summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/configwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/configwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/configwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/configwindow.h b/noncore/net/wellenreiter/gui/configwindow.h
index 2986320..80b4d2b 100644
--- a/noncore/net/wellenreiter/gui/configwindow.h
+++ b/noncore/net/wellenreiter/gui/configwindow.h
@@ -50,18 +50,18 @@ class WellenreiterConfigWindow : public WellenreiterConfigBase
bool useGPS() const;
const QString gpsHost() const;
int gpsPort() const;
void save();
- bool load();
+ void load();
public slots:
void changedDeviceType(int);
void getCaptureFileNameClicked();
-
+ void performAutodetection();
void channelAllClicked(int);
protected:
QMap<QString, int> _devicetype;
static WellenreiterConfigWindow* _instance;
int _guess;