summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-05 22:30:11 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-05 22:30:11 -0400
commit04c5531ec85c6e5a4b9e8d2c166e93f32961e442 (patch)
treeed7d43f067d0b5309970d08418c969bdbee2bef7 /main.cpp
parentSkeleton of job system. (diff)
downloadAnyRip-04c5531ec85c6e5a4b9e8d2c166e93f32961e442.tar.xz
AnyRip-04c5531ec85c6e5a4b9e8d2c166e93f32961e442.zip
Added dvd drive skeleton.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index b061ad0..9e8963d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,9 +1,13 @@
#include "imagegui.h"
+#include "dvddrive.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
+
+ DVDDrive drive;
+ drive.eject();
a.setApplicationName(QLatin1String("AnyRip"));
a.setOrganizationName(QLatin1String("AnyClip"));
a.setOrganizationDomain(QLatin1String("anyclip.com"));