diff options
author | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
---|---|---|
committer | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
commit | 2e38deaac5fbde751bfd09ec2c098a15a6019892 (patch) | |
tree | a52cd56ea4c3f2ac18dd726cf8818087fa265779 /main.cpp | |
parent | 64b2267a76c6a509b5a5b052907c047d4a5ceadc (diff) |
move the example to the example folder
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main.cpp b/main.cpp deleted file mode 100644 index 24a397b..0000000 --- a/main.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include <QApplication> -#include "mainwindow.h" - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - MainWindow w; - w.show(); - - return a.exec(); -} |