removed extra space

This commit is contained in:
amer cerkic 2019-07-26 13:15:01 -07:00
parent b2e07fd990
commit 087b19d64d

View file

@ -134,7 +134,7 @@ InteractiveWindow::InteractiveWindow(const QString& sourceUrl, const QVariantMap
InteractiveWindowPresentationMode presentationMode = InteractiveWindowPresentationMode::Native;
if (properties.contains(PRESENTATION_MODE_PROPERTY)) {
presentationMode = (InteractiveWindowPresentationMode)properties[PRESENTATION_MODE_PROPERTY].toInt();
presentationMode = (InteractiveWindowPresentationMode) properties[PRESENTATION_MODE_PROPERTY].toInt();
}
_interactiveWindowProxy = std::unique_ptr<InteractiveWindowProxy, InteractiveWindowProxyDeleter>(new InteractiveWindowProxy());