forked from qt-creator/qt-creator
QmlDebugger: displaying tooltips while qml is running
Reviewed-by: hjk
This commit is contained in:
@@ -263,6 +263,11 @@ void QmlEngine::pauseConnection()
|
||||
d->m_adapter.pauseConnection();
|
||||
}
|
||||
|
||||
bool QmlEngine::canDisplayTooltip() const
|
||||
{
|
||||
return state() == InferiorRunOk || state() == InferiorStopOk;
|
||||
}
|
||||
|
||||
void QmlEngine::closeConnection()
|
||||
{
|
||||
ExtensionSystem::PluginManager *pluginManager =
|
||||
|
||||
Reference in New Issue
Block a user