diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-31 19:01:10 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-31 19:38:57 +0100 |
commit | a910706986aa8e83e070d23525c02649d80c05c3 (patch) | |
tree | d31cf91bdfbaf47ed750a744000327f0f8d45f2a /common/modelresult.h | |
parent | 546d86aae7cd0b9766f3a0ea73f3777334d55814 (diff) | |
download | sink-a910706986aa8e83e070d23525c02649d80c05c3.tar.gz sink-a910706986aa8e83e070d23525c02649d80c05c3.zip |
Don't call into the model after the model has been destroyed.
Diffstat (limited to 'common/modelresult.h')
-rw-r--r-- | common/modelresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modelresult.h b/common/modelresult.h index daa48bd..f30a8e1 100644 --- a/common/modelresult.h +++ b/common/modelresult.h | |||
@@ -42,6 +42,7 @@ public: | |||
42 | }; | 42 | }; |
43 | 43 | ||
44 | ModelResult(const Sink::Query &query, const QList<QByteArray> &propertyColumns, const Sink::Log::Context &); | 44 | ModelResult(const Sink::Query &query, const QList<QByteArray> &propertyColumns, const Sink::Log::Context &); |
45 | ~ModelResult(); | ||
45 | 46 | ||
46 | void setEmitter(const typename Sink::ResultEmitter<Ptr>::Ptr &); | 47 | void setEmitter(const typename Sink::ResultEmitter<Ptr>::Ptr &); |
47 | 48 | ||