diff options
Diffstat (limited to 'mobile/mainwindow.cpp')
| -rw-r--r-- | mobile/mainwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/mainwindow.cpp b/mobile/mainwindow.cpp new file mode 100644 index 0000000..ec0bd08 --- /dev/null +++ b/mobile/mainwindow.cpp @@ -0,0 +1,6 @@ +#include "mainwindow.h" + +MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) +{ + +} |