summaryrefslogtreecommitdiffstats
path: root/qt4/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt4/main.cpp')
-rw-r--r--qt4/main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt4/main.cpp b/qt4/main.cpp
deleted file mode 100644
index 9cb07179e..000000000
--- a/qt4/main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <QtGui>
-
-#include "qhandbrakewizard.h"
-
-int main(int argc, char **argv) {
- QApplication app(argc, argv);
- QHandBrakeWizard *wizard = new QHandBrakeWizard();
-
- wizard->show();
- return app.exec();
-}