forked from qt-creator/qt-creator
QmlDebugger: displaying tooltips while qml is running
Reviewed-by: hjk
This commit is contained in:
@@ -1928,7 +1928,7 @@ void DebuggerPluginPrivate::showToolTip(ITextEditor *editor,
|
||||
return;
|
||||
if (!currentEngine())
|
||||
return;
|
||||
if (currentEngine()->state() != InferiorStopOk)
|
||||
if (!currentEngine()->canDisplayTooltip())
|
||||
return;
|
||||
QTC_ASSERT(handled, return);
|
||||
*handled = true;
|
||||
|
||||
Reference in New Issue
Block a user