forked from qt-creator/qt-creator
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:
committed by
Aurindam Jana
parent
b705ff3dab
commit
f50bea96a5
@@ -211,7 +211,7 @@ void QScriptDebuggerClient::insertBreakpoints(BreakHandler *handler, BreakpointM
|
|||||||
d->breakpoints.insert(bp);
|
d->breakpoints.insert(bp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QScriptDebuggerClient::removeBreakpoints(BreakpointModelId */*id*/)
|
void QScriptDebuggerClient::removeBreakpoints(BreakpointModelId * /*id*/)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user