diff options
Diffstat (limited to 'c++-libbu++/src/gatscon/main.cpp')
| -rw-r--r-- | c++-libbu++/src/gatscon/main.cpp | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/c++-libbu++/src/gatscon/main.cpp b/c++-libbu++/src/gatscon/main.cpp index b9b2327..11b6d4a 100644 --- a/c++-libbu++/src/gatscon/main.cpp +++ b/c++-libbu++/src/gatscon/main.cpp | |||
| @@ -1,13 +1,20 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
| 3 | * | ||
| 4 | * This file is part of the libgats library and is released under the | ||
| 5 | * terms of the license contained in the file LICENSE. | ||
| 6 | */ | ||
| 7 | |||
| 1 | #include "mainwnd.h" | 8 | #include "mainwnd.h" |
| 2 | #include <QApplication> | 9 | #include <QApplication> |
| 3 | 10 | ||
| 4 | int main( int argc, char *argv[] ) | 11 | int main( int argc, char *argv[] ) |
| 5 | { | 12 | { |
| 6 | QApplication app( argc, argv ); | 13 | QApplication app( argc, argv ); |
| 7 | 14 | ||
| 8 | MainWnd wnd; | 15 | MainWnd wnd; |
| 9 | wnd.show(); | 16 | wnd.show(); |
| 10 | 17 | ||
| 11 | return app.exec(); | 18 | return app.exec(); |
| 12 | } | 19 | } |
| 13 | 20 | ||
