summaryrefslogtreecommitdiffstats
path: root/dvddrive.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 22:25:02 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 22:25:02 -0400
commit2f0ace0e367489eb20a75a69c95d463fcb04830f (patch)
tree0d84316b9ecb04bc0becc8670e55bb7d946f33ab /dvddrive.h
parentMore HandBrake progress (diff)
downloadAnyRip-2f0ace0e367489eb20a75a69c95d463fcb04830f.tar.xz
AnyRip-2f0ace0e367489eb20a75a69c95d463fcb04830f.zip
More gui work and dvd loading.
Diffstat (limited to 'dvddrive.h')
-rw-r--r--dvddrive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvddrive.h b/dvddrive.h
index 254dd85..16f5059 100644
--- a/dvddrive.h
+++ b/dvddrive.h
@@ -12,7 +12,6 @@ public:
QString dvdName() const;
QString dvdDevice() const;
bool dvdInserted() const;
- void eject();
static DVDDrive* instance();
private:
QDBusInterface *m_halManager;
@@ -21,6 +20,8 @@ private:
private slots:
bool deviceAdded(const QString &device);
void deviceRemoved(const QString &device);
+public slots:
+ void eject();
signals:
void dvdAdded();
void dvdRemoved();