Add missing context object
This commit is contained in:
parent
3a72048547
commit
454265f4c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue