addressing comment

This commit is contained in:
amer cerkic 2019-07-29 10:28:31 -07:00
parent b3ea9d0de7
commit 85fa510d38

View file

@ -137,7 +137,7 @@ InteractiveWindow::InteractiveWindow(const QString& sourceUrl, const QVariantMap
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) {
p->deleteLater();
});