bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h
changeset 57 5ebadcda06cb
parent 47 9e2a905b887f
child 70 f5508c13dfe0
--- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h	Fri Aug 06 16:43:21 2010 +0300
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicesearchdialogwidget.h	Fri Sep 03 16:17:59 2010 +0300
@@ -33,16 +33,6 @@
 #include <hbselectiondialog.h>
 #include "btdevicedialogutils.h"
 
-
-
-/*struct device
-    {
-    QString mDeviceName;
-    QString mDeviceType;
-    int     mDeviceIdx;
-    };*/
-
-
 class BTDeviceSearchDialogWidget : public QObject,
                                 public HbDeviceDialogInterface
     {
@@ -61,10 +51,8 @@
     
 public slots:
     void stopRetryClicked();
-    void retryClicked();
     void viewByClicked();
     void deviceSelected(const QModelIndex& modelIndex);
-//    void viewByItemSelected(int index);
     void selectionDialogClosed(HbAction *action);
     void searchDialogClosed(); 
     
@@ -87,26 +75,15 @@
 private:
     HbDocumentLoader *mLoader;
     
-    /**
-     * 
-     * item model for content list view.
-     */
-    
     QStandardItemModel* mContentItemModel;
     
     HbSelectionDialog *mQuery;
-//    QList<QString>      mDeviceTypeList;
     QStringList mDevTypeList;
-//    QList<device>       mDeviceList;
-    HbListView*         mListView;
+    HbListView*         mDeviceList;
     HbLabel*            mSearchLabel; 
     HbLabel*            mSearchIconLabel;
     HbLabel*            mSearchDoneLabel;
-//    bool                mViewByChosen;
-//    QList<device>       mDeviceLstOfType;
-//    int                 mDeviceLstIdx;
     int                 mSelectedDeviceType;
-//    int                 mDeviceDialogData;
     HbDialog *mSearchDevicesDialog;
     HbAction *mStopRetryAction;
     HbAction *mShowAction;