summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 4d6f4fc..449846c 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -38,6 +38,7 @@
#include "archiveviewwidget.h"
#include "editarchiveitemdialog.h"
#include "coverarchiveeditor.h"
+#include "statisticsdialog.h"
SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) {
qApp->setWindowIcon(QIcon(":/shemov.png"));
@@ -211,7 +212,8 @@ void SheMov::aboutShemov(){
}
void SheMov::showStatistics(){
-
+ StatisticsDialog dlg(this);
+ dlg.exec();
}
void SheMov::createStatusbar(){