summaryrefslogtreecommitdiffstats
path: root/tests/hawd/dataset.h
diff options
context:
space:
mode:
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;