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