changeset 47 | 74b7c6e79031 |
parent 24 | 6df133bd92e1 |
child 51 | bbebb0235466 |
44:0a3ad94fc71c | 47:74b7c6e79031 |
---|---|
71 // New functions |
71 // New functions |
72 |
72 |
73 void doSaveStation( RadioStation& station, bool persistentSave = true ); |
73 void doSaveStation( RadioStation& station, bool persistentSave = true ); |
74 |
74 |
75 QList<RadioStation> favorites() const; |
75 QList<RadioStation> favorites() const; |
76 QList<RadioStation> locals() const; |
|
76 |
77 |
77 private: // data |
78 private: // data |
78 |
79 |
79 /** |
80 /** |
80 * Pointer to the public class |
81 * Pointer to the public class |