From a9fb4f869271f47c3a4507d2bc6b8b3d756ec873 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 9 Dec 2014 22:02:35 +0100 Subject: DataSet, and create a small lib to be used by tests --- tests/hawd/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hawd/state.h') 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 class State { public: - State(); + State(const QString &configPath = QString()); bool isValid() const; QVariant configValue(const QString &key) const; -- cgit v1.2.3