bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialognotifwidget.h
changeset 57 5ebadcda06cb
parent 42 b72428996822
child 71 083fd884d7dd
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    28 
    28 
    29 /*!
    29 /*!
    30     \class BtDeviceDialogNotifWidget
    30     \class BtDeviceDialogNotifWidget
    31     \brief Widget class with properties setting. 
    31     \brief Widget class with properties setting. 
    32 
    32 
    33     BtDeviceDialogQueryWidget, inherited from HbNotificationDialog, 
    33     BtDeviceDialogNotifWidget, inherited from HbDeviceDialogInterface, 
    34     implements interface HbDeviceDialogInterface. The Q_Properties
    34     uses HbNotificationDialog. 
    35     here are interfaces for caller of HbDeviceDialog to configue
       
    36     what to be shown in the widget. 
       
    37     
    35     
    38  */
    36  */
    39 class BtDeviceDialogNotifWidget :
    37 class BtDeviceDialogNotifWidget :
    40     public QObject, public HbDeviceDialogInterface
    38     public QObject, public HbDeviceDialogInterface
    41 {
    39 {