summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb/qsmb.h
Unidiff
Diffstat (limited to 'noncore/net/opie-smb/qsmb.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opie-smb/qsmb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/opie-smb/qsmb.h b/noncore/net/opie-smb/qsmb.h
index b406a1e..fba94d0 100644
--- a/noncore/net/opie-smb/qsmb.h
+++ b/noncore/net/opie-smb/qsmb.h
@@ -23,18 +23,20 @@ public:
23 23
24private: 24private:
25 QListViewItem *top_element; 25 QListViewItem *top_element;
26 QComboBox *hosts; 26 QComboBox *hosts;
27 pthread_t tpid; 27 pthread_t tpid;
28 bool scanning; 28 bool scanning;
29 bool isMounted(const QString &);
29 30
30public slots: 31public slots:
31 void clear(); 32 void clear();
32 void scanClicked(); 33 void scanClicked();
33 void hostSelected(int); 34 void hostSelected(int);
34 void DoItClicked(); 35 void DoItClicked();
36 void umountIt();
35 QString out; 37 QString out;
36 bool runCommand(const QStringList &); 38 bool runCommand(const QStringList &);
37 39
38}; 40};
39void* runit(void *arg); 41void* runit(void *arg);
40void* runitm(void *arg); 42void* runitm(void *arg);