forked from qt-creator/qt-creator
QmlDebugger: displaying tooltips while qml is running
Reviewed-by: hjk
This commit is contained in:
@@ -247,6 +247,8 @@ public:
|
||||
virtual bool setupQmlStep(bool /*on*/) { return false; }
|
||||
virtual void readyToExecuteQmlStep() {}
|
||||
|
||||
virtual bool canDisplayTooltip() const { return state() == InferiorStopOk; }
|
||||
|
||||
signals:
|
||||
void stateChanged(const DebuggerState &state);
|
||||
void updateViewsRequested();
|
||||
|
||||
Reference in New Issue
Block a user