diff options
Diffstat (limited to 'sowsim/main.cpp')
-rw-r--r-- | sowsim/main.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sowsim/main.cpp b/sowsim/main.cpp new file mode 100644 index 0000000..b09960a --- /dev/null +++ b/sowsim/main.cpp @@ -0,0 +1,8 @@ +#include <QtGui/QApplication> + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + + return a.exec(); +} |