QmlDesigner: adding a nice dialog for warnings

This patch also includes options to turn the warnings off.

Change-Id: I540bc19f5a4f23f441af0fd08b072dbcbf067a20
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2012-10-26 13:57:58 +02:00
parent 091d1116a2
commit 2e3e97c4ec
12 changed files with 299 additions and 15 deletions

View File

@@ -369,8 +369,9 @@ void BauhausPlugin::switchTextDesign()
}
}
DesignerSettings BauhausPlugin::settings() const
DesignerSettings BauhausPlugin::settings()
{
m_settings.fromSettings(Core::ICore::settings());
return m_settings;
}