forked from qt-creator/qt-creator
Debugger: Mark handleResponse as Q_INVOKABLE
It is used in invokeMethod Change-Id: Ic4c1d69efefc41069f36be4cf94b06efdc265b11 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
cd7886a7b3
commit
fc59423f2f
@@ -204,7 +204,7 @@ private:
|
||||
|
||||
private: ////////// Gdb Output, State & Capability Handling //////////
|
||||
protected:
|
||||
void handleResponse(const QString &buff);
|
||||
Q_INVOKABLE void handleResponse(const QString &buff);
|
||||
void handleAsyncOutput(const QString &asyncClass, const GdbMi &result);
|
||||
void handleStopResponse(const GdbMi &data);
|
||||
void handleResultRecord(DebuggerResponse *response);
|
||||
|
Reference in New Issue
Block a user