diff options
Diffstat (limited to 'tests/hawd/dataset.cpp')
-rw-r--r-- | tests/hawd/dataset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hawd/dataset.cpp b/tests/hawd/dataset.cpp index 49f8c75..585406b 100644 --- a/tests/hawd/dataset.cpp +++ b/tests/hawd/dataset.cpp | |||
@@ -31,7 +31,7 @@ namespace HAWD | |||
31 | 31 | ||
32 | static const QString s_annotationKey("__annotation__"); | 32 | static const QString s_annotationKey("__annotation__"); |
33 | static const QString s_hashKey("__commithash__"); | 33 | static const QString s_hashKey("__commithash__"); |
34 | static const int s_fieldWidth(15); | 34 | static const int s_fieldWidth(20); |
35 | 35 | ||
36 | Dataset::Row::Row(const Row &other) | 36 | Dataset::Row::Row(const Row &other) |
37 | : m_key(other.m_key), | 37 | : m_key(other.m_key), |