diff -r f54ebcfc1b80 -r afea38384506 radioapp/radiouiengine/inc/radioscannerengine_p.h --- a/radioapp/radiouiengine/inc/radioscannerengine_p.h Mon May 03 12:31:41 2010 +0300 +++ b/radioapp/radiouiengine/inc/radioscannerengine_p.h Fri May 14 15:52:32 2010 +0300 @@ -42,38 +42,7 @@ public: RadioScannerEnginePrivate( RadioScannerEngine* scanner, RadioUiEnginePrivate& uiEngine ); - ~RadioScannerEnginePrivate(); - -// New functions - - /*! - * Starts the scanning from minimum frequency - */ - void startScanning(); - - /*! - * Continues the scanning upwards from current frequency - */ - void continueScanning(); - - /*! - * Cancels the scanning process - */ - void cancel(); - - /*! - * Adds a new station that was found - * @param frequency Frequency of the found station - */ - void addScannedFrequency( const uint frequency ); - -signals: - - void stationFound( const RadioStation& station ); - -private slots: - - void delayedStart(); + virtual ~RadioScannerEnginePrivate(); private: @@ -103,6 +72,8 @@ bool mMutedByScanner; + bool mIsScanning; + };