mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Get rid of default_delete
This commit is contained in:
@@ -85,9 +85,8 @@ WaylandIntegration::Private::Private()
|
|||||||
&_applicationRegistry,
|
&_applicationRegistry,
|
||||||
&Registry::exporterUnstableV2Announced,
|
&Registry::exporterUnstableV2Announced,
|
||||||
[=](uint name, uint version) {
|
[=](uint name, uint version) {
|
||||||
_xdgExporter = {
|
_xdgExporter = std::unique_ptr<XdgExporter>{
|
||||||
_applicationRegistry.createXdgExporter(name, version),
|
_applicationRegistry.createXdgExporter(name, version),
|
||||||
std::default_delete<XdgExporter>(),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
connect(
|
connect(
|
||||||
|
Reference in New Issue
Block a user