forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -1036,7 +1036,7 @@ static QString stateToString(BreakpointState state)
|
||||
case BreakpointDead: return "Dead";
|
||||
default: return "<invalid state>";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
bool BreakHandler::BreakpointItem::needsChange() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user