summaryrefslogtreecommitdiffstats
path: root/qt4/main.cpp
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-06-20 14:48:07 +0000
committersr55 <[email protected]>2011-06-20 14:48:07 +0000
commit2625067e6983ff27d139352178662926020d37d3 (patch)
tree0c5109b384e207a24f58c1fbbf38fbf4131f3964 /qt4/main.cpp
parente0c8edc314676abedea13620f017f43e01788077 (diff)
Remove the qt4 directory. Nothing useful has come from this code and too much time has passed with no-one dedicating the time it requires to be useful.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4066 b64f7644-9d1e-0410-96f1-a4d463321fa5
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();
-}