forked from qt-creator/qt-creator
CMake: Remove unused CMakeBuildConfiguration::emitBuildTypeChanged()
Change-Id: I4cb93a7f89ff4bcada2083bebd8e9e96770f4818 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -305,11 +305,6 @@ void CMakeBuildConfiguration::clearError(ForceEnabledChanged fec)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMakeBuildConfiguration::emitBuildTypeChanged()
|
|
||||||
{
|
|
||||||
emit buildTypeChanged();
|
|
||||||
}
|
|
||||||
|
|
||||||
static CMakeConfig removeDuplicates(const CMakeConfig &config)
|
static CMakeConfig removeDuplicates(const CMakeConfig &config)
|
||||||
{
|
{
|
||||||
CMakeConfig result;
|
CMakeConfig result;
|
||||||
|
@@ -56,8 +56,6 @@ class CMakeBuildConfiguration final : public ProjectExplorer::BuildConfiguration
|
|||||||
~CMakeBuildConfiguration() final;
|
~CMakeBuildConfiguration() final;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void emitBuildTypeChanged();
|
|
||||||
|
|
||||||
CMakeConfig configurationForCMake() const;
|
CMakeConfig configurationForCMake() const;
|
||||||
CMakeConfig configurationFromCMake() const;
|
CMakeConfig configurationFromCMake() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user