mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
addressing comment
This commit is contained in:
parent
b3ea9d0de7
commit
85fa510d38
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ InteractiveWindow::InteractiveWindow(const QString& sourceUrl, const QVariantMap
|
||||||
presentationMode = (InteractiveWindowPresentationMode) properties[PRESENTATION_MODE_PROPERTY].toInt();
|
presentationMode = (InteractiveWindowPresentationMode) properties[PRESENTATION_MODE_PROPERTY].toInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
_interactiveWindowProxy= std::unique_ptr<InteractiveWindowProxy,
|
_interactiveWindowProxy = std::unique_ptr<InteractiveWindowProxy,
|
||||||
std::function<void(InteractiveWindowProxy*)>>(new InteractiveWindowProxy, [](InteractiveWindowProxy *p) {
|
std::function<void(InteractiveWindowProxy*)>>(new InteractiveWindowProxy, [](InteractiveWindowProxy *p) {
|
||||||
p->deleteLater();
|
p->deleteLater();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue