summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpplugin.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-05-07 18:28:03 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-05-08 10:18:12 +0200
commitcad296649809da562d91f0296b04bd2c6c3269ab (patch)
tree0652ce148b95fac58d05153d15323322e80704a7 /src/plugins/help/helpplugin.cpp
parent2d612a252bb3b9ac2724966fe95d6f64054fd993 (diff)
downloadqt-creator-cad296649809da562d91f0296b04bd2c6c3269ab.tar.gz
use Core::Id for IMode::id and IMode::type
Change-Id: Ic7ce5b883e054c6eeba078327042e99e1c556345 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/help/helpplugin.cpp')
-rw-r--r--src/plugins/help/helpplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index 509d08d246..55d9c3aa67 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -665,7 +665,7 @@ void HelpPlugin::resetRightPaneScale()
void HelpPlugin::activateHelpMode()
{
if (contextHelpOption() != Help::Constants::ExternalHelpAlways)
- Core::ModeManager::activateMode(QLatin1String(Constants::ID_MODE_HELP));
+ Core::ModeManager::activateMode(Id(Constants::ID_MODE_HELP));
else
showExternalWindow();
}