debugger: work on tcf debugging

This commit is contained in:
hjk
2009-05-11 09:58:21 +02:00
parent 9b82d98ede
commit af367068bb
2 changed files with 24 additions and 4 deletions

View File

@@ -141,6 +141,8 @@ private:
void handleResponse(const QByteArray &ba);
void handleRunControlSuspend(const TcfResponse &response, const QVariant &);
void handleRunControlGetChildren(const TcfResponse &response, const QVariant &);
void handleSysMonitorGetChildren(const TcfResponse &response, const QVariant &);
private:
typedef void (TcfEngine::*TcfCommandCallback)