diff options
Diffstat (limited to 'qt4/qhandbrake.h')
-rw-r--r-- | qt4/qhandbrake.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/qt4/qhandbrake.h b/qt4/qhandbrake.h deleted file mode 100644 index 35e4dcb6e..000000000 --- a/qt4/qhandbrake.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef QHANDBRAKE_H -#define QHANDBRAKE_H - -#include <QtGui> -#include "hb.h" - -class QHandBrake : public QObject { - Q_OBJECT - -public: - QHandBrake(QObject *parent = 0); - ~QHandBrake(); - - QStandardItemModel *titleListModel(); - -signals: - void scanProgress(int cur, int total); - -public slots: - void startScan(const QString sDevice); - void encode(); - -private: - hb_handle_t *hbHandle; - hb_title_t *hbTitle; - - QStandardItemModel *titleModel; -}; - -#endif // QHANDBRAKE_H |