diff options
author | Arno <arno@disconnect.de> | 2018-03-31 23:03:47 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 23:03:47 +0200 |
commit | bd12a154513802d41fb7bf46118ba79ecabc3b55 (patch) | |
tree | 3dea28d23b570fe67c6a006b8f8ab6a8a37d9c25 /fswidget.h | |
parent | 1ce2c60e99837f3b16e7af35c856b81d31eb06e7 (diff) | |
download | SheMov-bd12a154513802d41fb7bf46118ba79ecabc3b55.tar.gz SheMov-bd12a154513802d41fb7bf46118ba79ecabc3b55.tar.bz2 SheMov-bd12a154513802d41fb7bf46118ba79ecabc3b55.zip |
Implement archive pics for FSWidget
And remove a lot of cruft... Still much work to be done :(
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,7 @@ class QStandardItemModel; class QSortFilterProxyModel; class QContextMenuEvent; class NewMovieWizard; +class NewPicsDialog; class Viewer; class FSProxy; @@ -34,6 +35,7 @@ class FSWidget : public QWidget { void gatherData(const QString &curDir); void deleteFiles(); void archiveMovie(); + void archivePics(); void advanceDir(int by); int queryCount(QSqlQuery &q, const QString &arg); void filterMime(const QString &mime); @@ -52,6 +54,7 @@ class FSWidget : public QWidget { QStandardItemModel *mModel; FSProxy *mProxy; NewMovieWizard *mMovieWizard; + NewPicsDialog *mNewPicsDlg; Viewer *mViewer; int mQueryCount; }; |