summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index f18784d..8f8d39a 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -46,13 +46,14 @@ class Device;
46 ScanDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 46 ScanDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
47 ~ScanDialog(); 47 ~ScanDialog();
48 48
49 private: // make them private -zecke
49 QFrame* Frame7; 50 QFrame* Frame7;
50 QProgressBar* progress; 51 QProgressBar* progress;
51 QPushButton* StartButton; 52 QPushButton* StartStopButton;
52 QPushButton* StopButton; 53// QPushButton* StopButton;
53 QListView* ListView1; 54 QListView* ListView1;
54 55
55public slots: 56 public slots:
56 void accept(); 57 void accept();
57 58
58 protected: 59 protected:
@@ -65,6 +66,7 @@ public slots:
65 void fillList(const QString& device, RemoteDevice::ValueList list); 66 void fillList(const QString& device, RemoteDevice::ValueList list);
66 67
67 private: 68 private:
69 bool m_search:1;
68 void emitToManager(); 70 void emitToManager();
69 Manager *localDevice; 71 Manager *localDevice;
70 int progressStat; 72 int progressStat;