forked from qt-creator/qt-creator
Help: Remove qDebug
Change-Id: I02576a9dbef9ce56df74c06a773df39a3b3fc6f2 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -1092,7 +1092,6 @@ void HelpPlugin::addBookmark()
|
|||||||
|
|
||||||
void HelpPlugin::highlightSearchTermsInContextHelp()
|
void HelpPlugin::highlightSearchTermsInContextHelp()
|
||||||
{
|
{
|
||||||
qDebug() << "highlight" << m_contextHelpHighlightId;
|
|
||||||
if (m_contextHelpHighlightId.isEmpty())
|
if (m_contextHelpHighlightId.isEmpty())
|
||||||
return;
|
return;
|
||||||
HelpViewer* viewer = viewerForContextMode();
|
HelpViewer* viewer = viewerForContextMode();
|
||||||
|
Reference in New Issue
Block a user