Add missing context object

This commit is contained in:
Vlad Zahorodnii 2020-10-30 15:54:35 +02:00
parent 3a72048547
commit 454265f4c5

View file

@ -71,7 +71,7 @@ void OutputManagementInterface::Private::createConfiguration(wl_client* client,
}
configurationInterfaces[resource] = config;
connect(config, &QObject::destroyed, [this, resource] {
connect(config, &QObject::destroyed, q, [this, resource] {
configurationInterfaces.remove(resource);
});
}