forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -59,7 +59,7 @@ enum IntegerFormat
|
||||
DecimalFormat = 0, // Keep that at 0 as default.
|
||||
HexadecimalFormat,
|
||||
BinaryFormat,
|
||||
OctalFormat,
|
||||
OctalFormat
|
||||
};
|
||||
|
||||
class WatchModel : public QAbstractItemModel
|
||||
|
||||
Reference in New Issue
Block a user