diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-09 22:02:35 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:01:13 +0100 |
commit | a9fb4f869271f47c3a4507d2bc6b8b3d756ec873 (patch) | |
tree | 3d4c171a0a9ed85dd01008af388cfe63bcda7538 /tests/hawd/datasetdefinition.h | |
parent | 02c16b560eb2b1f00c154a945b60478419ecc2eb (diff) | |
download | sink-a9fb4f869271f47c3a4507d2bc6b8b3d756ec873.tar.gz sink-a9fb4f869271f47c3a4507d2bc6b8b3d756ec873.zip |
DataSet, and create a small lib to be used by tests
Diffstat (limited to 'tests/hawd/datasetdefinition.h')
-rw-r--r-- | tests/hawd/datasetdefinition.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/hawd/datasetdefinition.h b/tests/hawd/datasetdefinition.h index 0593f39..eb4b780 100644 --- a/tests/hawd/datasetdefinition.h +++ b/tests/hawd/datasetdefinition.h | |||
@@ -47,20 +47,6 @@ private: | |||
47 | int m_max; | 47 | int m_max; |
48 | }; | 48 | }; |
49 | 49 | ||
50 | class DatasetRow | ||
51 | { | ||
52 | public: | ||
53 | DatasetRow(const QHash<QString, DataDefinition> &columns); | ||
54 | void setValue(const QString &column, const QVariant &value); | ||
55 | void annotate(const QString ¬e); | ||
56 | QString toString() const; | ||
57 | |||
58 | private: | ||
59 | QHash<QString, DataDefinition> m_columns; | ||
60 | QHash<QString, QVariant> m_data; | ||
61 | QString m_annotation; | ||
62 | }; | ||
63 | |||
64 | class DatasetDefinition | 50 | class DatasetDefinition |
65 | { | 51 | { |
66 | public: | 52 | public: |