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:
@@ -71,6 +71,6 @@ typedef QList<StackFrame> StackFrames;
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::StackFrame);
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::StackFrame)
|
||||
|
||||
#endif // DEBUGGER_STACKFRAME_H
|
||||
|
||||
Reference in New Issue
Block a user