summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-06-13 10:14:00 +0200
committerArno <arno@disconnect.de>2018-06-13 10:14:00 +0200
commit353e777931fd7be08fbf2d91cdb16479df0acb81 (patch)
tree543ff0626676510d9bbd61f192ad0d8f50c0bb10 /searchdialog.h
parent10a8921bbcd9802ad2425e8cee1e5ca70fb0b241 (diff)
downloadShemovCleaner-353e777931fd7be08fbf2d91cdb16479df0acb81.tar.gz
ShemovCleaner-353e777931fd7be08fbf2d91cdb16479df0acb81.tar.bz2
ShemovCleaner-353e777931fd7be08fbf2d91cdb16479df0acb81.zip
Remove ClearAndSelectFirst
Slowed down startup by minutes! Dunno why, don't really care. If you need the search dialog, wait for it then :)
Diffstat (limited to 'searchdialog.h')
-rw-r--r--searchdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchdialog.h b/searchdialog.h
index dca9431..b5b9ba4 100644
--- a/searchdialog.h
+++ b/searchdialog.h
@@ -36,7 +36,6 @@ class SearchDialog : public QDialog {
private:
void doChild(QStandardItem *item, int childMode);
void doActorGenres(QStandardItem *item);
- void clearOrSelectFirst();
QLineEdit *mSearch;
QComboBox *mTypeSel;
SearchView *mResV;