From d0e510f36211b43fa0e33331111cdc659ef95356 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 7 Aug 2015 15:41:00 +0200 Subject: [PATCH] Help: Remove funny restriction There is no reason why some part of the help mode couldn't provide help. Change-Id: I9c28dc1dacf122e5f3828144a0e386a9f7e2b6c2 Reviewed-by: David Schulz --- src/plugins/help/helpplugin.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 2fb9705df2a..b8a83150c26 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -559,9 +559,6 @@ static QUrl findBestLink(const QMap &links, QString *highlightId) void HelpPlugin::showContextHelp() { - if (ModeManager::currentMode() == m_mode) - return; - // Find out what to show QMap links; QString idFromContext;