diff options
Diffstat (limited to 'src/gatscon/main.cpp')
-rw-r--r-- | src/gatscon/main.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gatscon/main.cpp b/src/gatscon/main.cpp deleted file mode 100644 index b9b2327..0000000 --- a/src/gatscon/main.cpp +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #include "mainwnd.h" | ||
2 | #include <QApplication> | ||
3 | |||
4 | int main( int argc, char *argv[] ) | ||
5 | { | ||
6 | QApplication app( argc, argv ); | ||
7 | |||
8 | MainWnd wnd; | ||
9 | wnd.show(); | ||
10 | |||
11 | return app.exec(); | ||
12 | } | ||
13 | |||