Avoid warning from MSVC

MSVC will warn if it finds */ outside of a comment

Change-Id: Ie25fd0d2793946817abfa778a6d475e881df1859
Reviewed-on: http://codereview.qt.nokia.com/2914
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Robert Loehning
2011-08-12 14:55:49 +02:00
committed by Aurindam Jana
parent b705ff3dab
commit f50bea96a5

View File

@@ -211,7 +211,7 @@ void QScriptDebuggerClient::insertBreakpoints(BreakHandler *handler, BreakpointM
d->breakpoints.insert(bp);
}
void QScriptDebuggerClient::removeBreakpoints(BreakpointModelId */*id*/)
void QScriptDebuggerClient::removeBreakpoints(BreakpointModelId * /*id*/)
{
}