forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user