diff options
author | kh1 <qt-info@nokia.com> | 2010-08-25 17:35:42 +0200 |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-08-25 17:35:42 +0200 |
commit | 053721ea2273d55f13734d84fb8468cb39f159e7 (patch) | |
tree | c55ca9789198a83c52e0d798f0b774e8e78af290 /src/plugins/help | |
parent | fc6c2aa9980e8e5d37860d8844c18e5c21929e3d (diff) | |
download | qt-creator-053721ea2273d55f13734d84fb8468cb39f159e7.tar.gz |
Should have been part of fc6c2aa9980e8e5d37860d8844c18e5c21929e3d .
Diffstat (limited to 'src/plugins/help')
-rw-r--r-- | src/plugins/help/helpplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 88f717237e..6ef4451a06 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -634,8 +634,6 @@ void HelpPlugin::showExternalWindow() { bool firstTime = m_firstModeChange; doSetupIfNeeded(); - //m_externalHelpBar->setVisible(true); - //m_internalHelpBar->setVisible(false); m_externalWindow->show(); connectExternalHelpWindow(); m_externalWindow->activateWindow(); |