summaryrefslogtreecommitdiffstats
path: root/tests/hawd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r--tests/hawd/state.h2
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
30class State 30class State
31{ 31{
32public: 32public:
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;