summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb/qsmb.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opie-smb/qsmb.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opie-smb/qsmb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opie-smb/qsmb.h b/noncore/net/opie-smb/qsmb.h
index fba94d0..abf27da 100644
--- a/noncore/net/opie-smb/qsmb.h
+++ b/noncore/net/opie-smb/qsmb.h
@@ -22,16 +22,17 @@ public:
void DoIt();
private:
QListViewItem *top_element;
QComboBox *hosts;
pthread_t tpid;
bool scanning;
bool isMounted(const QString &);
+ QString getMount(const QString &);
public slots:
void clear();
void scanClicked();
void hostSelected(int);
void DoItClicked();
void umountIt();
QString out;