diff options
Diffstat (limited to 'common/resultset.h')
-rw-r--r-- | common/resultset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resultset.h b/common/resultset.h index db7d1e0..707bc7e 100644 --- a/common/resultset.h +++ b/common/resultset.h | |||
@@ -35,6 +35,7 @@ class ResultSet | |||
35 | { | 35 | { |
36 | public: | 36 | public: |
37 | struct Result { | 37 | struct Result { |
38 | Result(const Sink::ApplicationDomain::ApplicationDomainType &e, Sink::Operation op, const QMap<QByteArray, QVariant> &v = QMap<QByteArray, QVariant>{}) : entity(e), operation(op), aggregateValues(v) {} | ||
38 | Sink::ApplicationDomain::ApplicationDomainType entity; | 39 | Sink::ApplicationDomain::ApplicationDomainType entity; |
39 | Sink::Operation operation; | 40 | Sink::Operation operation; |
40 | QMap<QByteArray, QVariant> aggregateValues; | 41 | QMap<QByteArray, QVariant> aggregateValues; |