forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user