diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-09 22:02:35 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:01:13 +0100 |
commit | a9fb4f869271f47c3a4507d2bc6b8b3d756ec873 (patch) | |
tree | 3d4c171a0a9ed85dd01008af388cfe63bcda7538 /tests/hawd/state.h | |
parent | 02c16b560eb2b1f00c154a945b60478419ecc2eb (diff) | |
download | sink-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.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; |