forked from qt-creator/qt-creator
Qt4: Remove unnecessary explicit
Change-Id: I8535d755ab352a3be0694fd3345c48d1cddb30a2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
7c9b748f22
commit
ddde938174
@@ -67,7 +67,7 @@ class QT4PROJECTMANAGER_EXPORT Qt4BaseTarget : public ProjectExplorer::Target
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Qt4BaseTarget(Qt4Project *parent, const QString &id);
|
||||
Qt4BaseTarget(Qt4Project *parent, const QString &id);
|
||||
virtual ~Qt4BaseTarget();
|
||||
|
||||
ProjectExplorer::BuildConfigWidget *createConfigWidget();
|
||||
|
||||
Reference in New Issue
Block a user