equal
deleted
inserted
replaced
18 #ifndef RADIOMONITORSERVICE_H |
18 #ifndef RADIOMONITORSERVICE_H |
19 #define RADIOMONITORSERVICE_H |
19 #define RADIOMONITORSERVICE_H |
20 |
20 |
21 // System includes |
21 // System includes |
22 #include <xqserviceprovider.h> |
22 #include <xqserviceprovider.h> |
23 #include <QPointer> |
|
24 |
23 |
25 // User includes |
24 // User includes |
26 #include "radioservicedef.h" |
25 #include "radioservicedef.h" |
27 #include "radioenginewrapperobserver.h" |
26 #include "radioenginewrapperobserver.h" |
28 |
27 |
65 |
64 |
66 RadioStatus::Status determineRadioStatus() const; |
65 RadioStatus::Status determineRadioStatus() const; |
67 |
66 |
68 void checkIfCurrentStationIsFavorite(); |
67 void checkIfCurrentStationIsFavorite(); |
69 |
68 |
|
69 QString trimHtmlTags( const QString& html ); |
|
70 |
70 void notify( const QVariant& notification ); |
71 void notify( const QVariant& notification ); |
71 void notifyList( const QVariantList& list ); |
72 void notifyList( const QVariantList& list ); |
72 |
73 |
73 private: // data |
74 private: // data |
74 |
75 |
78 |
79 |
79 RadioStatus::Status mRadioStatus; |
80 RadioStatus::Status mRadioStatus; |
80 |
81 |
81 QVariantList mNotificationList; |
82 QVariantList mNotificationList; |
82 |
83 |
83 QPointer<QTimer> mNotificationTimer; |
84 QTimer* mNotificationTimer; |
84 |
85 |
85 }; |
86 }; |
86 |
87 |
87 #endif // RADIOMONITORSERVICE_H |
88 #endif // RADIOMONITORSERVICE_H |