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:
@@ -174,6 +174,6 @@ void extractGdbVersion(const QString &msg,
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
//Q_DECLARE_METATYPE(GdbDebugger::Internal::GdbMi);
|
||||
//Q_DECLARE_METATYPE(GdbDebugger::Internal::GdbMi)
|
||||
|
||||
#endif // DEBUGGER_GDBMI_H
|
||||
|
||||
Reference in New Issue
Block a user