diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 15:01:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 15:01:51 +0200 |
commit | bf75a2b6b184a3504cdee4b88a6db4a82c6da150 (patch) | |
tree | 841434e105e89e6a5ef1b6bbe3c1b43a5dd2e499 /common/notifier.h | |
parent | c3040251dd4d9e8d00cbccdeb693b11a72077c73 (diff) | |
download | sink-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.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: |