bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogplugin.h
changeset 42 b72428996822
parent 29 48ae3789ce00
child 57 5ebadcda06cb
equal deleted inserted replaced
32:19bd632b5100 42:b72428996822
    24 
    24 
    25 #include <hbdevicedialogplugin.h>
    25 #include <hbdevicedialogplugin.h>
    26 
    26 
    27 // Forward declarations
    27 // Forward declarations
    28 class BtDeviceDialogPluginPrivate;
    28 class BtDeviceDialogPluginPrivate;
       
    29 class HbTranslator;
    29 
    30 
    30 /*!
    31 /*!
    31     \class BtDeviceDialogPlugin
    32     \class BtDeviceDialogPlugin
    32     \brief Device dialog widget plugin providing generic input dialog.
    33     \brief Device dialog widget plugin providing generic input dialog.
    33 
    34 
    65     HbDeviceDialogInterface *checkDialogType( const QVariantMap &parameters );
    66     HbDeviceDialogInterface *checkDialogType( const QVariantMap &parameters );
    66     
    67     
    67 private:
    68 private:
    68     Q_DISABLE_COPY(BtDeviceDialogPlugin)
    69     Q_DISABLE_COPY(BtDeviceDialogPlugin)
    69     BtDeviceDialogPluginPrivate *d;
    70     BtDeviceDialogPluginPrivate *d;
       
    71     HbTranslator* mDialogTranslator;
       
    72     HbTranslator* mViewTranslator;
    70 };
    73 };
    71 
    74 
    72 #endif // BTDEVICEDIALOGPLUGIN_P_H
    75 #endif // BTDEVICEDIALOGPLUGIN_P_H