diff options
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r-- | tests/hawd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hawd/state.h b/tests/hawd/state.h index 5e4d3c2..72ac528 100644 --- a/tests/hawd/state.h +++ b/tests/hawd/state.h | |||
@@ -30,7 +30,7 @@ namespace HAWD | |||
30 | class State | 30 | class State |
31 | { | 31 | { |
32 | public: | 32 | public: |
33 | State(); | 33 | State(const QString &configPath = QString()); |
34 | 34 | ||
35 | bool isValid() const; | 35 | bool isValid() const; |
36 | QVariant configValue(const QString &key) const; | 36 | QVariant configValue(const QString &key) const; |