bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialoginputwidget.h
changeset 63 bcf742120177
parent 19 43824b19ee35
equal deleted inserted replaced
52:4545c04e61e1 63:bcf742120177
    27 
    27 
    28 /*!
    28 /*!
    29     \class BtDeviceDialogInputWidget
    29     \class BtDeviceDialogInputWidget
    30     \brief Widget class with properties setting. 
    30     \brief Widget class with properties setting. 
    31 
    31 
    32     BtDeviceDialogInputWidget, inherited from HbInputDialog, 
    32     BtDeviceDialogInputWidget, inherited from HbDeviceDialogInterface , 
    33     implements interface HbDeviceDialogInterface. The Q_Properties
    33     uses HbInputDialog. 
    34     here are interfaces for caller of HbDeviceDialog to configue
       
    35     what to be shown in the widget. 
       
    36     
    34     
    37  */
    35  */
    38 class BtDeviceDialogInputWidget :
    36 class BtDeviceDialogInputWidget :
    39     public QObject, public HbDeviceDialogInterface
    37     public QObject, public HbDeviceDialogInterface
    40 {
    38 {