Debugger: Do not directly call Engine::notify() functions from other threads

We call updateViews() and similar and therefore need to be in the gui thread.

Change-Id: Ia0e9be59dbcc529341449ba7f64a93cda320ff5b
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
This commit is contained in:
hjk
2014-11-04 12:42:52 +01:00
parent 023eb375ca
commit 55ade84132
2 changed files with 2 additions and 3 deletions

View File

@@ -318,8 +318,7 @@ protected:
virtual void notifyInferiorStopOk();
virtual void notifyInferiorSpontaneousStop();
virtual void notifyInferiorStopFailed();
public:
virtual void notifyInferiorExited();
Q_SLOT virtual void notifyInferiorExited();
protected:
virtual void notifyInferiorShutdownOk();