forked from qt-creator/qt-creator
Utils: Use Key more widely in QtcSettings
And adapt user code. Change-Id: I6efe4ebe6823de4cc862f304a57e041b02c40eac Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -249,7 +249,7 @@ HelpPluginPrivate::HelpPluginPrivate()
|
||||
Core::HelpManager::HelpModeAlways);
|
||||
});
|
||||
|
||||
const QString qdsStandaloneEntry = "QML/Designer/StandAloneMode"; //entry from designer settings
|
||||
const Key qdsStandaloneEntry = "QML/Designer/StandAloneMode"; //entry from designer settings
|
||||
const bool isDesigner = Core::ICore::settings()->value(qdsStandaloneEntry, false).toBool();
|
||||
|
||||
action = new QAction(Tr::tr("Report Bug..."), this);
|
||||
|
||||
Reference in New Issue
Block a user