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:
@@ -67,8 +67,8 @@
|
||||
|
||||
using namespace ExtensionSystem;
|
||||
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginSpec*);
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginCollection*);
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginSpec*)
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginCollection*)
|
||||
|
||||
/*!
|
||||
\fn PluginView::PluginView(PluginManager *manager, QWidget *parent)
|
||||
|
||||
Reference in New Issue
Block a user