forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
PublicSlot = Public | SlotBit,
|
||||
ProtectedSlot = Protected | SlotBit,
|
||||
PrivateSlot = Private | SlotBit,
|
||||
PrivateSlot = Private | SlotBit
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user