forked from qt-creator/qt-creator
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::WatchData);
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::WatchData)
|
||||
|
||||
|
||||
#endif // DEBUGGER_WATCHDATA_H
|
||||
|
||||
Reference in New Issue
Block a user