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:
@@ -607,6 +607,6 @@ private:
|
||||
|
||||
} // namespace TextEditor
|
||||
|
||||
Q_DECLARE_METATYPE(TextEditor::BaseTextEditor::Link);
|
||||
Q_DECLARE_METATYPE(TextEditor::BaseTextEditor::Link)
|
||||
|
||||
#endif // BASETEXTEDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user