diff options
Diffstat (limited to 'src/plugins/General/rgscan/rgscanhelper.h')
| -rw-r--r-- | src/plugins/General/rgscan/rgscanhelper.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/General/rgscan/rgscanhelper.h b/src/plugins/General/rgscan/rgscanhelper.h index fe20c5b49..230bb95ec 100644 --- a/src/plugins/General/rgscan/rgscanhelper.h +++ b/src/plugins/General/rgscan/rgscanhelper.h @@ -20,13 +20,10 @@ #ifndef RGSCANHELPER_H #define RGSCANHELPER_H -#include <QPointer> - #include <qmmpui/general.h> #include <qmmp/qmmp.h> class QAction; -class QProgressDialog; class RGScaner; /** @@ -37,17 +34,11 @@ class RGScanHelper : public QObject Q_OBJECT public: RGScanHelper(QObject *parent = 0); - ~RGScanHelper(); private slots: void openRGScaner(); -private: - QAction *m_action; - //RGScaner *m_scaner; - QProgressDialog *m_progress; - }; #endif //RGSCANHELPER_H |
