summaryrefslogtreecommitdiffstats
path: root/tests/hawd/dataset.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-10 17:16:49 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-10 17:16:49 +0200
commit8952f17e278088be95094ddb8e81a09131c9154b (patch)
treeb9abd6bdcbf17501700e3e93650e91cfc0fa57a8 /tests/hawd/dataset.h
parent4c0fe06dc4f66309cc66d90692ea31c22d5246b1 (diff)
downloadsink-8952f17e278088be95094ddb8e81a09131c9154b.tar.gz
sink-8952f17e278088be95094ddb8e81a09131c9154b.zip
hawd json output module
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r--tests/hawd/dataset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h
index bb2aae5..9660709 100644
--- a/tests/hawd/dataset.h
+++ b/tests/hawd/dataset.h
@@ -47,7 +47,9 @@ public:
47 Row(const Row &other); 47 Row(const Row &other);
48 Row &operator=(const Row &rhs); 48 Row &operator=(const Row &rhs);
49 void setValue(const QString &column, const QVariant &value); 49 void setValue(const QString &column, const QVariant &value);
50 QVariant value(const QString &column); 50 QVariant value(const QString &column) const;
51 QString commitHash() const;
52 QDateTime timestamp() const;
51 void annotate(const QString &note); 53 void annotate(const QString &note);
52 void setCommitHash(const QString &hash); 54 void setCommitHash(const QString &hash);
53 qint64 key() const; 55 qint64 key() const;