aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/tcfengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/tcfengine.h')
-rw-r--r--src/plugins/debugger/tcfengine.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/debugger/tcfengine.h b/src/plugins/debugger/tcfengine.h
index 23dda9d56b5..1eb29d7f92d 100644
--- a/src/plugins/debugger/tcfengine.h
+++ b/src/plugins/debugger/tcfengine.h
@@ -152,11 +152,8 @@ private:
QVariant cookie;
};
- void postCommand(TcfCommandCallback callback,
- const char *callbackName,
- const QByteArray &service,
- const QByteArray &cmd,
- const QByteArray &args = "\"\"");
+ void postCommand(const QByteArray &cmd,
+ TcfCommandCallback callback = 0, const char *callbackName = 0);
void sendCommandNow(const TcfCommand &command);
QHash<int, TcfCommand> m_cookieForToken;