bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h
changeset 52 4545c04e61e1
parent 41 0b2439c3e397
child 63 bcf742120177
--- 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 <QObject>
 #include <QVariantMap>
 #include <hbdialog.h>
@@ -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)
     };