- FEATURE: Added a button to clear search pattern

- I18N: Fixed swedish translation
This commit is contained in:
Christophe Dumez
2007-10-14 12:21:51 +00:00
parent dea9237aa0
commit a220e01e2e
32 changed files with 419 additions and 386 deletions

View File

@@ -82,6 +82,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
void sortSearchListString(int index, Qt::SortOrder sortOrder);
void on_enginesButton_clicked();
void loadEngineSettings();
void on_clearPatternButton_clicked();
};
#endif