forked from qt-creator/qt-creator
QmakePM: Remove unused private function
Change-Id: I2b7c0eda487495151616bf91211effd92c078a40 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
abec43e7d3
commit
9aa58ab26e
@@ -186,13 +186,6 @@ NamedWidget *QmakeBuildConfiguration::createConfigWidget()
|
||||
return new QmakeProjectConfigWidget(this);
|
||||
}
|
||||
|
||||
QString QmakeBuildConfiguration::defaultShadowBuildDirectory() const
|
||||
{
|
||||
// todo displayName isn't ideal
|
||||
return shadowBuildDirectory(target()->project()->projectFilePath().toString(),
|
||||
target()->kit(), displayName());
|
||||
}
|
||||
|
||||
/// If only a sub tree should be build this function returns which sub node
|
||||
/// should be build
|
||||
/// \see QMakeBuildConfiguration::setSubNodeBuild
|
||||
|
@@ -127,7 +127,6 @@ protected:
|
||||
|
||||
private:
|
||||
void ctor();
|
||||
QString defaultShadowBuildDirectory() const;
|
||||
|
||||
class LastKitState
|
||||
{
|
||||
|
Reference in New Issue
Block a user