qtinternetradio/irqsystemeventhandler/inc/irqsystemeventhandler.h
branchGCC_SURGE
changeset 13 c9471d26c7f2
parent 5 0930554dc389
equal deleted inserted replaced
9:bfc95e24a059 13:c9471d26c7f2
    41 signals:
    41 signals:
    42 
    42 
    43     void alarmStarted();
    43     void alarmStarted();
    44     void alarmStopped();
    44     void alarmStopped();
    45     void diskSpaceLowNotification(qint64 aCriticalLevel);
    45     void diskSpaceLowNotification(qint64 aCriticalLevel);
       
    46     void callActivated();
       
    47     void callDeactivated();
       
    48     void headsetConnected();
       
    49     void headsetDisconnected();
    46     
    50     
    47 private:
    51 private:
    48     
    52     
    49     IRQSystemEventHandlerPrivate * const d_ptr;
    53     IRQSystemEventHandlerPrivate * const d_ptr;
    50     
    54