Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 584ab96

Browse files
committed
Don't declare override on ExternalCompiler()
1 parent 0541300 commit 584ab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/propelleride/compilers/externalcompiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ExternalCompiler : public Compiler
3131

3232
public:
3333
explicit ExternalCompiler(QString name,
34-
QObject * parent = 0) Q_DECL_OVERRIDE;
34+
QObject * parent = 0);
3535
virtual ~ExternalCompiler() Q_DECL_OVERRIDE;
3636

3737
QString build(QString filename,

0 commit comments

Comments
 (0)