forked from qt-creator/qt-creator
Debugger: De-virtualize *Engine::notify* functions
Most were never re-implemented, so just for debugging purposes in the mixed engine. Change-Id: If569e0e553e3fdd5ef83b3bdfdbd22fd0ad5b90f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -114,12 +114,6 @@ protected:
|
||||
void quitDebugger() override;
|
||||
void abortDebugger() override;
|
||||
|
||||
void notifyInferiorRunOk() override;
|
||||
void notifyInferiorSpontaneousStop() override;
|
||||
void notifyEngineRunAndInferiorRunOk() override;
|
||||
void notifyInferiorShutdownOk() override;
|
||||
|
||||
void notifyInferiorSetupOk() override;
|
||||
void loadAdditionalQmlStack() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user