summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.cpp')
-rw-r--r--Swift/QtUI/QtViewHistoryWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.cpp b/Swift/QtUI/QtViewHistoryWindow.cpp
index be83036..8905c19 100644
--- a/Swift/QtUI/QtViewHistoryWindow.cpp
+++ b/Swift/QtUI/QtViewHistoryWindow.cpp
@@ -6,13 +6,13 @@
#include "QtViewHistoryWindow.h"
#include <QWidget>
-#include "QtDebug"
#include <QBoxLayout>
namespace Swift {
QtViewHistoryWindow::QtViewHistoryWindow() {
- qDebug() << "I am here";
+ ui.setupUi(this);
+ show();
}
void QtViewHistoryWindow::show() {