diff options
author | Arno <arno@disconnect.de> | 2018-03-31 19:48:39 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 19:48:39 +0200 |
commit | 2957e52dbe165c8a1f869bf5e690a0cac359c016 (patch) | |
tree | f6153e196ee9442c13c9655a0f2ca817f2746cf9 /fswidget.h | |
parent | 3dd5dbd7d66a21b8dd8bded05636252d7ef84cba (diff) | |
download | SheMov-2957e52dbe165c8a1f869bf5e690a0cac359c016.tar.gz SheMov-2957e52dbe165c8a1f869bf5e690a0cac359c016.tar.bz2 SheMov-2957e52dbe165c8a1f869bf5e690a0cac359c016.zip |
Implement mime filters for FSWidget
Finally make the QComboBox do something.
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ class FSWidget : public QWidget { void archiveMovie(); void advanceDir(int by); int queryCount(QSqlQuery &q, const QString &arg); + void filterMime(const QString &mime); signals: void message(QString msg); |