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:
@@ -42,7 +42,7 @@ using namespace Locator;
|
||||
using namespace Help;
|
||||
using namespace Help::Internal;
|
||||
|
||||
Q_DECLARE_METATYPE(ILocatorFilter*);
|
||||
Q_DECLARE_METATYPE(ILocatorFilter*)
|
||||
|
||||
HelpIndexFilter::HelpIndexFilter()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user