forked from qt-creator/qt-creator
ProjectExplorer: Make DeployConfiguration final
There are no derived classes anymore. It turns out that the isEnabled() and disabledReason() functions are unused. Remove them. Change-Id: I0e79729e87cb68d938115e704fb8e45c24ba1013 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -83,16 +83,6 @@ QVariantMap DeployConfiguration::toMap() const
|
||||
return map;
|
||||
}
|
||||
|
||||
bool DeployConfiguration::isEnabled() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
QString DeployConfiguration::disabledReason() const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
bool DeployConfiguration::fromMap(const QVariantMap &map)
|
||||
{
|
||||
if (!ProjectConfiguration::fromMap(map))
|
||||
|
||||
Reference in New Issue
Block a user