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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index adc960c..7c84ce2 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -49,20 +49,22 @@ class Device;
49 QFrame* Frame7; 49 QFrame* Frame7;
50 QProgressBar* progress; 50 QProgressBar* progress;
51 QPushButton* StartButton; 51 QPushButton* StartButton;
52 QPushButton* StopButton; 52 QPushButton* StopButton;
53 QListView* ListView1; 53 QListView* ListView1;
54 54
55public slots:
56 void accept();
55 57
56 protected: 58 protected:
57 QVBoxLayout* Layout11; 59 QVBoxLayout* Layout11;
58 60
59 private slots: 61 private slots:
60 void stopSearch(); 62 void stopSearch();
61 void startSearch(); 63 void startSearch();
62 void progressTimer(); 64 void progressTimer();
63 void fillList(const QString& device, RemoteDevice::ValueList list); 65 void fillList(const QString& device, RemoteDevice::ValueList list);
64 66
65 private: 67 private:
66 void emitToManager(); 68 void emitToManager();
67 Manager *localDevice; 69 Manager *localDevice;
68 int progressStat; 70 int progressStat;