equal
deleted
inserted
replaced
43 |
43 |
44 void startScanning(); |
44 void startScanning(); |
45 |
45 |
46 bool isAlive() const; |
46 bool isAlive() const; |
47 |
47 |
48 signals: |
48 Q_SIGNALS: |
49 |
49 |
50 void frequencyScannerFinished(); |
50 void frequencyScannerFinished(); |
51 |
51 |
52 public slots: |
52 public Q_SLOTS: |
53 |
53 |
54 void cancelScanning(); |
54 void cancelScanning(); |
55 |
55 |
56 private slots: |
56 private Q_SLOTS: |
57 |
57 |
58 void delayedStart(); |
58 void delayedStart(); |
59 void updateScanProgress( const RadioStation& station ); |
59 void updateScanProgress( const RadioStation& station ); |
60 void continueScanning(); |
60 void continueScanning(); |
61 void restoreUiControls(); |
61 void restoreUiControls(); |