diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-02 15:59:51 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-02 15:59:51 -0600 |
commit | f3eb97b9b4aabef41d8bc6514c74d85600e60d7f (patch) | |
tree | fe0caaf199c4856b22815f265a62316ae7d895e8 /common/resourcefacade.h | |
parent | 6bfcc22e08aebbabeac3e2ccb61556439d9f4b56 (diff) | |
download | sink-f3eb97b9b4aabef41d8bc6514c74d85600e60d7f.tar.gz sink-f3eb97b9b4aabef41d8bc6514c74d85600e60d7f.zip |
Ensure we monitor resources for status changes that have been created
after the query.
This fixes status monitoring when creating a new account.
Diffstat (limited to 'common/resourcefacade.h')
-rw-r--r-- | common/resourcefacade.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourcefacade.h b/common/resourcefacade.h index 76fadce..36049c4 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h | |||
@@ -65,6 +65,7 @@ public: | |||
65 | void setStatusUpdater(const std::function<void(DomainType &)> &); | 65 | void setStatusUpdater(const std::function<void(DomainType &)> &); |
66 | void statusChanged(const QByteArray &identifier); | 66 | void statusChanged(const QByteArray &identifier); |
67 | QObject *guard() const; | 67 | QObject *guard() const; |
68 | QMap<QByteArray, QSharedPointer<Sink::ResultEmitter<QSharedPointer<Sink::ApplicationDomain::SinkResource> > > > mResourceEmitter; | ||
68 | 69 | ||
69 | private: | 70 | private: |
70 | void updateStatus(DomainType &entity); | 71 | void updateStatus(DomainType &entity); |