aboutsummaryrefslogtreecommitdiff
path: root/app/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/mainwindow.cpp')
-rw-r--r--app/mainwindow.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
new file mode 100644
index 0000000..e5f9bfb
--- /dev/null
+++ b/app/mainwindow.cpp
@@ -0,0 +1,8 @@
+#include "mainwindow.hpp"
+
+MainWindow::MainWindow()
+ : drawer(500, 500) {
+
+ setCentralWidget(&drawer);
+
+}