forked from qt-creator/qt-creator
CMakeBuildConfiguration: Remove unecessary virtual
It's the coding style and this makes it consistent in this file Change-Id: I6d99651eea2ffc161ecf3efc50a1ed71eaf67aa0 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
a7f9456a4e
commit
50417fd92a
@@ -68,7 +68,7 @@ signals:
|
||||
|
||||
protected:
|
||||
CMakeBuildConfiguration(ProjectExplorer::Target *parent, CMakeBuildConfiguration *source);
|
||||
virtual bool fromMap(const QVariantMap &map);
|
||||
bool fromMap(const QVariantMap &map);
|
||||
|
||||
private:
|
||||
QString m_buildDirectory;
|
||||
|
||||
Reference in New Issue
Block a user