radioapp/radiouiengine/inc/radiostation.h
changeset 36 ba22309243a1
parent 34 bc10a61bd7d3
child 57 21be958eb3ce
--- a/radioapp/radiouiengine/inc/radiostation.h	Tue Jun 29 15:09:03 2010 +0300
+++ b/radioapp/radiouiengine/inc/radiostation.h	Thu Jul 08 12:44:18 2010 +0300
@@ -174,8 +174,6 @@
     inline bool hasRadiotext() const    { return !radioText().isEmpty(); }
     inline bool hasDynamicPs() const    { return !dynamicPsText().isEmpty(); }
     inline bool hasGenre() const        { return genre() != -1; }
-    inline bool hasRds() const          { return hasPiCode() || hasGenre() || hasDynamicPs() ||
-                                                 hasRadiotext() || hasUrl() || ( !hasName() && !isRenamed() ); }
 
     // Getters for non-persistent data
 
@@ -186,6 +184,7 @@
     bool hasDataChanged( Change flags ) const;
     bool hasChanged() const;
     void resetChangeFlags();
+    bool hasSentRds() const;
 
 private: