diff options
Diffstat (limited to 'app/mainwindow.cpp')
-rw-r--r-- | app/mainwindow.cpp | 8 |
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); + +} |