Remove warning for unused paramters in qmlv8debuggerclient.

Change-Id: I4e82880f9026e5b9c321a21e9995724b0744550b
Reviewed-on: http://codereview.qt.nokia.com/2629
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2011-08-04 15:12:09 +02:00
parent c6f68be6e7
commit 50d3bd31f8

View File

@@ -245,8 +245,8 @@ void QmlV8DebuggerClient::setBreakpoints()
{
}
void QmlV8DebuggerClient::assignValueInDebugger(const QByteArray expr, const quint64 &id,
const QString &property, const QString value)
void QmlV8DebuggerClient::assignValueInDebugger(const QByteArray /*expr*/, const quint64 &/*id*/,
const QString &/*property*/, const QString /*value*/)
{
//TODO::
}
@@ -292,7 +292,7 @@ void QmlV8DebuggerClient::executeDebuggerCommand(const QString &command)
}
void QmlV8DebuggerClient::synchronizeWatchers(const QStringList &watchers)
void QmlV8DebuggerClient::synchronizeWatchers(const QStringList &/*watchers*/)
{
//TODO:: send watchers list
}