diff options
Diffstat (limited to 'rbutil/rbutilqt/autodetection.h')
-rw-r--r-- | rbutil/rbutilqt/autodetection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/autodetection.h b/rbutil/rbutilqt/autodetection.h index 85b69045ef..83eb3979fe 100644 --- a/rbutil/rbutilqt/autodetection.h +++ b/rbutil/rbutilqt/autodetection.h | |||
@@ -35,9 +35,9 @@ class Autodetection :public QObject | |||
35 | 35 | ||
36 | public: | 36 | public: |
37 | Autodetection(QObject* parent=0); | 37 | Autodetection(QObject* parent=0); |
38 | 38 | ||
39 | bool detect(); | 39 | bool detect(); |
40 | 40 | ||
41 | QString getDevice() {return m_device;} | 41 | QString getDevice() {return m_device;} |
42 | QString getMountPoint() {return m_mountpoint;} | 42 | QString getMountPoint() {return m_mountpoint;} |
43 | QString errdev(void) { return m_errdev; } | 43 | QString errdev(void) { return m_errdev; } |
@@ -46,7 +46,7 @@ private: | |||
46 | QStringList getMountpoints(void); | 46 | QStringList getMountpoints(void); |
47 | QString resolveMountPoint(QString); | 47 | QString resolveMountPoint(QString); |
48 | bool detectUsb(void); | 48 | bool detectUsb(void); |
49 | 49 | ||
50 | QString m_device; | 50 | QString m_device; |
51 | QString m_mountpoint; | 51 | QString m_mountpoint; |
52 | QString m_errdev; | 52 | QString m_errdev; |