radioapp/radiouiengine/inc/radiostationmodel.h
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
--- a/radioapp/radiouiengine/inc/radiostationmodel.h	Tue Oct 12 11:25:14 2010 +0300
+++ b/radioapp/radiouiengine/inc/radiostationmodel.h	Fri Oct 15 16:26:27 2010 +0300
@@ -191,20 +191,31 @@
      */
     int indexFromFrequency( uint frequency );
 
-signals:
+Q_SIGNALS:
 
     void stationDataChanged( const RadioStation& station );
     void radioTextReceived( const RadioStation& station );
     void dynamicPsChanged( const RadioStation& station );
     void favoriteChanged( const RadioStation& station );
+    void stationsRemoved( const QList<uint>& frequencies );
 
-private slots:
+private Q_SLOTS:
 
     /*!
      * Timer timeout slot to indicate that the dynamic PS check has ended
      */
     void dynamicPsCheckEnded();
 
+    /*!
+     * Clears the radiotext from a station after its timeout has passed
+     */
+    void clearRadiotext( int id );
+
+    /*!
+     * Handles the end of RT plus check
+     */
+    void rtPlusCheckEnd();
+
 private:
 
 // New functions