QmlDebugger: displaying tooltips while qml is running

Reviewed-by:  hjk
This commit is contained in:
Christiaan Janssen
2011-01-24 16:58:35 +01:00
parent 0e4766465f
commit 5ac9a19465
4 changed files with 9 additions and 1 deletions

View File

@@ -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();