From 2e38deaac5fbde751bfd09ec2c098a15a6019892 Mon Sep 17 00:00:00 2001 From: ElOraiby Date: Sun, 31 May 2015 20:53:45 -0400 Subject: move the example to the example folder --- example/main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example/main.cpp (limited to 'example/main.cpp') diff --git a/example/main.cpp b/example/main.cpp new file mode 100644 index 0000000..24a397b --- /dev/null +++ b/example/main.cpp @@ -0,0 +1,11 @@ +#include +#include "mainwindow.h" + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3