From a8afcaadb2b09c7f515fd53be4dc7a51b381ae4b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Aug 2015 01:13:42 +0200 Subject: HAWD: Fixed with fields --- tests/hawd/dataset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/hawd/dataset.h') diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index b6aa863..cf84d7b 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h @@ -52,7 +52,7 @@ public: void setCommitHash(const QString &hash); qint64 key() const; QByteArray toBinary() const; - QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "\t") const; + QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "|") const; private: Row(); @@ -73,7 +73,7 @@ public: bool isValid() const; const DatasetDefinition &definition() const; - QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "\t") const; + QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "|") const; qint64 insertRow(const Row &row); void removeRow(const Row &row); -- cgit v1.2.3