diff -r 16e4b9007960 -r f5508c13dfe0 bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h Wed Oct 13 13:15:31 2010 +0300 +++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.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"" @@ -51,7 +51,7 @@ // void inputClosed(HbAction *action); private: - bool constructDialog(const QVariantMap ¶meters); + void constructDialog(const QVariantMap ¶meters); signals: void deviceDialogClosed(); @@ -64,6 +64,7 @@ HbAction *mCancelAction; QStandardItemModel* mContentItemModel; BtSendDataSource mData; + int mLastError; Q_DISABLE_COPY(BTMoreDevicesDialogWidget) };