forked from qt-creator/qt-creator
Qml Debugger: Add missing override
Change-Id: Icc704ee9539030f747b29e6285ab4f37b3b1763a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -146,8 +146,8 @@ public:
|
|||||||
inspectorAgent(engine, connection)
|
inspectorAgent(engine, connection)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void messageReceived(const QByteArray &data);
|
void messageReceived(const QByteArray &data) override;
|
||||||
void stateChanged(State state);
|
void stateChanged(State state) override;
|
||||||
|
|
||||||
void continueDebugging(StepAction stepAction);
|
void continueDebugging(StepAction stepAction);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user