summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shemov.h b/shemov.h
index 547fbd2..7504cfe 100644
--- a/shemov.h
+++ b/shemov.h
@@ -10,6 +10,7 @@
#include <QMainWindow>
#include <QList>
+#include <QThread>
class QTabWidget;
class FilesystemWidget;
@@ -43,6 +44,7 @@ class SheMov : public QMainWindow {
void newMovieWizard();
void newMovieWizardWithFiles();
void setSize(qint64 size);
+ void checkConsistency();
signals:
void configChanged();
@@ -87,6 +89,7 @@ class SheMov : public QMainWindow {
QAction *mOpenWithMenuAVA;
QAction *mRenameMenuA;
QAction *mArchiveSelectedA;
+ QAction *mConsistencyA;
//TreeView Actions
//Series Actions
@@ -137,6 +140,4 @@ class SheMov : public QMainWindow {
ArchiveTreeView *mATree;
NewMovieWizard *mNewMovieWizard;
};
-
#endif
-