phoneuis/bubblemanager2/inc/bubblemanagerif.h
changeset 76 cfea66083b62
parent 21 92ab7f8d0eab
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    49         NoCiphering    = 0x08,
    49         NoCiphering    = 0x08,
    50         Line2          = 0x10,
    50         Line2          = 0x10,
    51         Muted          = 0x20,
    51         Muted          = 0x20,
    52         Diverted       = 0x40,
    52         Diverted       = 0x40,
    53         Video          = 0x80,
    53         Video          = 0x80,
    54         VoIPCall       = 0x100
    54         VoIPCall       = 0x100,
       
    55         EmergencyCall  = 0x200
    55         };
    56         };
    56     Q_DECLARE_FLAGS(PhoneCallFlags, PhoneCallFlag)
    57     Q_DECLARE_FLAGS(PhoneCallFlags, PhoneCallFlag)
    57 
    58 
    58     // Number types
    59     // Number types
    59     enum PhoneNumberType
    60     enum PhoneNumberType