diff options
Diffstat (limited to 'UI/Qt/main.cpp')
-rw-r--r-- | UI/Qt/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/UI/Qt/main.cpp b/UI/Qt/main.cpp deleted file mode 100644 index 7a438fd..0000000 --- a/UI/Qt/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <QApplication> - -#include "QtSwift.h" - -int main(int argc, char* argv[]) -{ - QApplication app(argc, argv); - Swift::QtSwift swift; - return app.exec(); -} |