summaryrefslogtreecommitdiffstats
path: root/tests/hawd/state.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:02:35 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commita9fb4f869271f47c3a4507d2bc6b8b3d756ec873 (patch)
tree3d4c171a0a9ed85dd01008af388cfe63bcda7538 /tests/hawd/state.h
parent02c16b560eb2b1f00c154a945b60478419ecc2eb (diff)
downloadsink-a9fb4f869271f47c3a4507d2bc6b8b3d756ec873.tar.gz
sink-a9fb4f869271f47c3a4507d2bc6b8b3d756ec873.zip
DataSet, and create a small lib to be used by tests
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;