diff -r b0aebde9b1fb -r 9e2a905b887f bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h --- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h Mon Jul 12 19:25:26 2010 +0300 +++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h Fri Jul 23 15:57:13 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) };