diff -r 625f43ae9362 -r 5ebadcda06cb bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogquerywidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogquerywidget.h Fri Aug 06 16:43:21 2010 +0300 +++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogquerywidget.h Fri Sep 03 16:17:59 2010 +0300 @@ -29,10 +29,8 @@ \class BtDeviceDialogQueryWidget \brief Widget class with properties setting. - BtDeviceDialogQueryWidget, inherited from HbMessageBox, - implements interface HbDeviceDialogInterface. The Q_Properties - here are interfaces for caller of HbDeviceDialog to configue - what to be shown in the widget. + BtDeviceDialogQueryWidget, inherited from HbDeviceDialogInterface, + implemented using HbMessageBox. */ class BtDeviceDialogQueryWidget : @@ -62,6 +60,7 @@ void processParam(const QVariantMap ¶meters); bool constructQueryDialog(const QVariantMap ¶meters); void resetProperties(); + QString& GetPasskeyEntryStatusString(int aStatus); private: Q_DISABLE_COPY(BtDeviceDialogQueryWidget) @@ -69,6 +68,9 @@ int mLastError; int mSendAction; bool mShowEventReceived; + QString mDisplayPasskeyStatus; + bool mSendPasskeyEntryCompletedAction; + int mDispPassKeyNumDigit; HbMessageBox *mMessageBox; };