summaryrefslogtreecommitdiff
path: root/mediaoverrider/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mediaoverrider/main.cpp')
-rw-r--r--mediaoverrider/main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/mediaoverrider/main.cpp b/mediaoverrider/main.cpp
new file mode 100644
index 0000000..db13d33
--- /dev/null
+++ b/mediaoverrider/main.cpp
@@ -0,0 +1,10 @@
+#include "mediaoverrider.h"
+
+int main(int argc, char **argv)
+{
+ MediaOverrider app(argc, argv);
+// MApplication app(argc, argv);
+
+ return app.run();
+}
+