From 93b406d1914a5512aec6ca737ba8326a21191227 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 1 Dec 2015 21:29:42 +0100 Subject: HAWD: Ensure the column order is maintained By turning the columns into an array instead of an object, we can print the values in the same order as in the definition file. Previosly the order was random, and even headers and values were somtimes mixed up. --- tests/hawd/dataset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hawd/dataset.h') diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index cf84d7b..cdfd3f2 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h @@ -60,7 +60,7 @@ public: void fromBinary(QByteArray binary); qint64 m_key; - QHash m_columns; + QList > m_columns; QHash m_data; QString m_annotation; QString m_commitHash; -- cgit v1.2.3