bluetoothengine/btnotif/btdevicedialogplugin/inc/btmoredevicesdialogwidget.h
changeset 47 9e2a905b887f
parent 42 b72428996822
child 57 5ebadcda06cb
--- 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 <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)
     };