bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.h
changeset 70 f5508c13dfe0
parent 57 5ebadcda06cb
--- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.h	Wed Oct 13 13:15:31 2010 +0300
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogrecvquerywidget.h	Tue Oct 19 15:09:34 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -53,7 +53,7 @@
     void checkBoxStateChanged(bool checked);
 
 private:
-    bool constructDialog(const QVariantMap &parameters);
+    void constructDialog(const QVariantMap &parameters);
     
 signals:
     void deviceDialogClosed();
@@ -70,6 +70,7 @@
     HbAction            *mNoAction;
     HbCheckBox          *mAuthorizeUser;
     HbDialog            *mDialog;
+    int                 mError;
     
     Q_DISABLE_COPY(BTRecvQueryDialogWidget)
     };