summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r--shemovcleaner.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp
index e6147c9..59653ae 100644
--- a/shemovcleaner.cpp
+++ b/shemovcleaner.cpp
@@ -13,6 +13,7 @@
#include "shemovcleaner.h"
#include "torrentwidget.h"
+#include "filewidget.h"
#include "torrentdisplay.h"
#include "configurationwidget.h"
@@ -25,7 +26,9 @@ ShemovCleaner::ShemovCleaner(QWidget *parent, Qt::WindowFlags f) : QMainWindow(p
mTorrentTab = new TorrentWidget;
mTab = new QTabWidget;
+ mFileTab = new FileWidget;
mTab->addTab(mTorrentTab, tr("Torrents"));
+ mTab->addTab(mFileTab, tr("Files"));
setCentralWidget(mTab);
createStatusBar();