summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
index c2e0f32..fe02fc6 100644
--- a/shemovcleaner.h
+++ b/shemovcleaner.h
@@ -10,6 +10,7 @@ class QTreeView;
class QStandardItemModel;
class QLabel;
class FileSorter;
+class TorrentDisplay;
class ShemovCleaner : public QMainWindow {
Q_OBJECT
@@ -23,6 +24,7 @@ class ShemovCleaner : public QMainWindow {
void gatherData();
void deleteFiles();
void moveFiles();
+ void torrentInfo();
private:
void setupGui();
@@ -37,10 +39,12 @@ class ShemovCleaner : public QMainWindow {
QPushButton *mSelExt;
QPushButton *mMove;
QPushButton *mDelete;
+ QPushButton *mInfo;
QLabel *mSelected;
QStandardItemModel *mModel;
FileSorter *mProxy;
QTreeView *mFileView;
+ TorrentDisplay *mTorrentDisplay;
};
#endif // SHEMOVCLEANER_H