summaryrefslogtreecommitdiffstats
path: root/common/resourcefacade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourcefacade.h')
-rw-r--r--common/resourcefacade.h1
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
69private: 70private:
70 void updateStatus(DomainType &entity); 71 void updateStatus(DomainType &entity);