diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 16:12:05 +0100 |
commit | a48edff7a21ef6426baa1cc6eca501930cb35645 (patch) | |
tree | e32f567657e6114ac17a4af7546e55df58a094c9 /common/resultset.h | |
parent | 1d9e0016d63f9b5d86d54cfa0f396d3ea24a2db6 (diff) | |
download | sink-a48edff7a21ef6426baa1cc6eca501930cb35645.tar.gz sink-a48edff7a21ef6426baa1cc6eca501930cb35645.zip |
Fixed build issues with pedantic enabled
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; |