forked from qt-creator/qt-creator
QtSupport: Drop one suite of QtVersion constructors
Use default plus polish afterwards instead. Change-Id: Ibd137562128445a5bae5aaa4fc5fcce2df6c3e38 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -42,12 +42,6 @@ using namespace ProjectExplorer;
|
||||
|
||||
IosQtVersion::IosQtVersion() = default;
|
||||
|
||||
IosQtVersion::IosQtVersion(const Utils::FileName &path)
|
||||
: QtSupport::BaseQtVersion(path)
|
||||
{
|
||||
setUnexpandedDisplayName(defaultUnexpandedDisplayName(path, false));
|
||||
}
|
||||
|
||||
IosQtVersion *IosQtVersion::clone() const
|
||||
{
|
||||
return new IosQtVersion(*this);
|
||||
|
||||
Reference in New Issue
Block a user