radiohswidget/inc/radiohswidgetprofilereader.h
changeset 33 11b6825f0862
parent 32 189d20c34778
child 41 3a6b55c6390c
equal deleted inserted replaced
32:189d20c34778 33:11b6825f0862
    37 
    37 
    38     void startMonitoringRadioRunningStatus();
    38     void startMonitoringRadioRunningStatus();
    39     
    39     
    40     bool isCurrentProfileOffline();
    40     bool isCurrentProfileOffline();
    41 
    41 
    42 signals:
       
    43     //void profileChanged(int profile);
       
    44     //void radioRunning(const QVariant &state);
       
    45 
       
    46 public slots:
    42 public slots:
    47     void handleDeletedItem(const XQSettingsKey &key);
    43     void handleDeletedItem(const XQSettingsKey &key);
    48     void handleChanges(const XQSettingsKey &key, const QVariant &value);
    44     void handleChanges(const XQSettingsKey &key, const QVariant &value);
    49     
    45     
    50 private slots:
       
    51     //void currentProfileStatus(const QVariant &value);
       
    52 
       
    53 private:
    46 private:
    54     void radioRunningStatus(const QVariant &value);
    47     void radioRunningStatus(const QVariant &value);
    55     
    48     
    56 private: // data
    49 private: // data
    57     /*!
    50     /*!