summaryrefslogtreecommitdiffstats
path: root/common/notifier.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-17 15:01:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-04-17 15:01:51 +0200
commitbf75a2b6b184a3504cdee4b88a6db4a82c6da150 (patch)
tree841434e105e89e6a5ef1b6bbe3c1b43a5dd2e499 /common/notifier.h
parentc3040251dd4d9e8d00cbccdeb693b11a72077c73 (diff)
downloadsink-bf75a2b6b184a3504cdee4b88a6db4a82c6da150.tar.gz
sink-bf75a2b6b184a3504cdee4b88a6db4a82c6da150.zip
Don't encode the resource type into the identifier
Diffstat (limited to 'common/notifier.h')
-rw-r--r--common/notifier.h2
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{
37public: 37public:
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
42private: 42private: