summaryrefslogtreecommitdiffstats
path: root/common/notifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/notifier.cpp')
-rw-r--r--common/notifier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/notifier.cpp b/common/notifier.cpp
index 28d56bf..1f33834 100644
--- a/common/notifier.cpp
+++ b/common/notifier.cpp
@@ -39,7 +39,6 @@ public:
39 39
40 void listenForNotifications(const QSharedPointer<ResourceAccess> &access) 40 void listenForNotifications(const QSharedPointer<ResourceAccess> &access)
41 { 41 {
42 SinkWarningCtx(Sink::Log::Context{"foobar"}) << "Listening for notifications";
43 QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification &notification) { 42 QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification &notification) {
44 for (const auto &handler : handler) { 43 for (const auto &handler : handler) {
45 handler(notification); 44 handler(notification);