From bd12a154513802d41fb7bf46118ba79ecabc3b55 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 31 Mar 2018 23:03:47 +0200 Subject: Implement archive pics for FSWidget And remove a lot of cruft... Still much work to be done :( --- fswidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fswidget.h') diff --git a/fswidget.h b/fswidget.h index a66fbd6..acc9282 100644 --- a/fswidget.h +++ b/fswidget.h @@ -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; }; -- cgit v1.2.3-70-g09d2