From 8952f17e278088be95094ddb8e81a09131c9154b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Oct 2017 17:16:49 +0200 Subject: hawd json output module --- tests/hawd/dataset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/hawd/dataset.h') 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: Row(const Row &other); Row &operator=(const Row &rhs); void setValue(const QString &column, const QVariant &value); - QVariant value(const QString &column); + QVariant value(const QString &column) const; + QString commitHash() const; + QDateTime timestamp() const; void annotate(const QString ¬e); void setCommitHash(const QString &hash); qint64 key() const; -- cgit v1.2.3