diff options
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r-- | tests/hawd/state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hawd/state.h b/tests/hawd/state.h index 72ac528..fa76724 100644 --- a/tests/hawd/state.h +++ b/tests/hawd/state.h | |||
@@ -37,10 +37,14 @@ public: | |||
37 | QString resultsPath() const; | 37 | QString resultsPath() const; |
38 | QString projectPath() const; | 38 | QString projectPath() const; |
39 | DatasetDefinition datasetDefinition(const QString &name) const; | 39 | DatasetDefinition datasetDefinition(const QString &name) const; |
40 | const char *commitHash() const; | ||
40 | 41 | ||
41 | private: | 42 | private: |
43 | void findGitHash(); | ||
44 | |||
42 | bool m_valid; | 45 | bool m_valid; |
43 | QJsonObject m_configData; | 46 | QJsonObject m_configData; |
47 | char m_commitHash[10]; | ||
44 | }; | 48 | }; |
45 | 49 | ||
46 | } // namespace HAWD | 50 | } // namespace HAWD |