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:
@@ -37,7 +37,7 @@
|
||||
|
||||
using namespace QmlJSTools::Internal;
|
||||
|
||||
Q_DECLARE_METATYPE(LocatorData::Entry);
|
||||
Q_DECLARE_METATYPE(LocatorData::Entry)
|
||||
|
||||
FunctionFilter::FunctionFilter(LocatorData *data, QObject *parent)
|
||||
: Locator::ILocatorFilter(parent)
|
||||
|
||||
Reference in New Issue
Block a user