diff options
Diffstat (limited to 'common/notifier.h')
-rw-r--r-- | common/notifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/notifier.h b/common/notifier.h index 9e75dde..3d61e95 100644 --- a/common/notifier.h +++ b/common/notifier.h | |||
@@ -36,7 +36,7 @@ class SINK_EXPORT Notifier | |||
36 | { | 36 | { |
37 | public: | 37 | public: |
38 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); | 38 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); |
39 | Notifier(const QByteArray &resourceInstanceIdentifier); | 39 | Notifier(const QByteArray &resourceInstanceIdentifier, const QByteArray &resourceType); |
40 | void registerHandler(std::function<void(const Notification &)>); | 40 | void registerHandler(std::function<void(const Notification &)>); |
41 | 41 | ||
42 | private: | 42 | private: |