- Launch directly the new search instead of stopping the current one if the user changed the search pattern

This commit is contained in:
Christophe Dumez
2010-01-30 18:15:25 +00:00
parent 5656fe9a9b
commit b4b61b9b7d
2 changed files with 13 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ protected slots:
void displayPatternContextMenu(QPoint);
void createCompleter();
void fillCatCombobox();
void searchTextEdited(QString);
};
#endif