From b4c3a2088b8ecdeb33e3b21211357f67a5d79243 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 2 Feb 2019 22:12:45 -0500 Subject: Initial Commit (New branch) --- main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b48f94e --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "mainwindow.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3