debugger: more RunControl related cleanup

This commit is contained in:
hjk
2010-06-11 16:31:54 +02:00
parent cbfd320346
commit dbdecb2f8f
5 changed files with 40 additions and 33 deletions

View File

@@ -378,6 +378,9 @@ void QmlEngine::startDebugging()
void QmlEngine::postCommand(const QByteArray &cmd,
QmlCommandCallback callback, const char *callbackName)
{
Q_UNUSED(cmd);
Q_UNUSED(callback);
Q_UNUSED(callbackName);
/*
static int token = 20;
++token;
@@ -411,6 +414,7 @@ void QmlEngine::postCommand(const QByteArray &cmd,
// already too late when we get a flow control packet
void QmlEngine::enqueueCommand(const QmlCommand &cmd)
{
Q_UNUSED(cmd);
/*
#ifdef USE_CONGESTION_CONTROL
// congestion controled