diff options
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.h')
| -rw-r--r-- | src/plugins/General/rgscan/rgscandialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.h b/src/plugins/General/rgscan/rgscandialog.h index 4ab1492b6..b2e88dd94 100644 --- a/src/plugins/General/rgscan/rgscandialog.h +++ b/src/plugins/General/rgscan/rgscandialog.h @@ -28,6 +28,7 @@ class QAction; class PlayListTrack; class ConverterPreset; +class RGScaner; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -41,9 +42,12 @@ public: private slots: void on_calculateButton_clicked(); + void onScanFinished(QString url); private: + void stop(); Ui::RGScanDialog m_ui; + QList<RGScaner *> m_scaners; }; #endif // RGSCANDIALOG_H |
