diff -r 0b2439c3e397 -r 4545c04e61e1 bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h Tue Jul 06 14:27:09 2010 +0300 +++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h Wed Aug 18 09:59:05 2010 +0300 @@ -19,6 +19,7 @@ #ifndef BTMOREDEVICESDIALOGWIDGET_H #define BTMOREDEVICESDIALOGWIDGET_H +#include "btdevicedialogutils.h" #include #include #include @@ -54,6 +55,8 @@ // void hideEvent(QHideEvent *event); // void showEvent(QShowEvent *event); QIcon icon(/*QString deviceType*/); + // void setMajorProperty( +// BtSendDataItem& qtdev, int prop, bool addto); signals: void deviceDialogClosed(); @@ -73,6 +76,8 @@ QStandardItemModel* mContentItemModel; + BtSendDataSource mData; + Q_DISABLE_COPY(BTMoreDevicesDialogWidget) };