summaryrefslogtreecommitdiffstats
path: root/framework/src/sinkfabric.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/sinkfabric.cpp')
-rw-r--r--framework/src/sinkfabric.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/sinkfabric.cpp b/framework/src/sinkfabric.cpp
index 58ddae83..7d780ce3 100644
--- a/framework/src/sinkfabric.cpp
+++ b/framework/src/sinkfabric.cpp
@@ -146,7 +146,7 @@ public:
146 SinkNotifier() 146 SinkNotifier()
147 : mNotifier{Sink::Query{Sink::Query::LiveQuery}} 147 : mNotifier{Sink::Query{Sink::Query::LiveQuery}}
148 { 148 {
149 mNotifier.registerHandler([this] (const Sink::Notification &notification) { 149 mNotifier.registerHandler([] (const Sink::Notification &notification) {
150 Notification n; 150 Notification n;
151 SinkLog() << "Received notification: " << notification; 151 SinkLog() << "Received notification: " << notification;
152 QVariantMap message; 152 QVariantMap message;