QmlDesigner: Allow building the fallback puppet in QDS

This allows supporting a puppet with Qt 6 built.
In later versions we should remove this again.

Change-Id: Ia5b0a34ab3fb071e895e88e5086749ba499ef63f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2020-11-19 12:27:18 +01:00
parent 095970a57b
commit 3440baecd3

View File

@@ -249,7 +249,6 @@ void SettingsPageWidget::setSettings(const DesignerSettings &settings)
DesignerSettingsKey::ENABLE_TIMELINEVIEW).toBool()); DesignerSettingsKey::ENABLE_TIMELINEVIEW).toBool());
if (settings.value(DesignerSettingsKey::STANDALONE_MODE).toBool()) { if (settings.value(DesignerSettingsKey::STANDALONE_MODE).toBool()) {
m_ui.emulationGroupBox->hide();
m_ui.debugGroupBox->hide(); m_ui.debugGroupBox->hide();
m_ui.featureTimelineEditorCheckBox->hide(); m_ui.featureTimelineEditorCheckBox->hide();
} }