forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -54,7 +54,7 @@ enum BreakpointType
|
||||
BreakpointAtThrow,
|
||||
BreakpointAtCatch,
|
||||
BreakpointAtMain,
|
||||
Watchpoint,
|
||||
Watchpoint
|
||||
};
|
||||
|
||||
enum BreakpointState
|
||||
@@ -67,7 +67,7 @@ enum BreakpointState
|
||||
BreakpointInserted,
|
||||
BreakpointRemoveRequested,
|
||||
BreakpointRemoveProceeding,
|
||||
BreakpointDead,
|
||||
BreakpointDead
|
||||
};
|
||||
|
||||
class BreakpointParameters
|
||||
|
||||
Reference in New Issue
Block a user