forked from qt-creator/qt-creator
Remove excess semicolons
This commit is contained in:
committed by
Oswald Buddenhagen
parent
90848b89b6
commit
27ac02de91
@@ -124,7 +124,7 @@ private:
|
||||
|
||||
class CMakeRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory
|
||||
{
|
||||
Q_OBJECT;
|
||||
Q_OBJECT
|
||||
public:
|
||||
CMakeRunConfigurationFactory();
|
||||
virtual ~CMakeRunConfigurationFactory();
|
||||
|
||||
Reference in New Issue
Block a user