forked from qt-creator/qt-creator
AutoTools: Inline AutoTools::defaultBuildDirectory()
Only one caller. Change-Id: I9cf92417deaf48a513bdfefd0c65419726e5959a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -91,11 +91,6 @@ AutotoolsProject::~AutotoolsProject()
|
||||
}
|
||||
}
|
||||
|
||||
QString AutotoolsProject::defaultBuildDirectory(const QString &projectPath)
|
||||
{
|
||||
return QFileInfo(projectPath).absolutePath();
|
||||
}
|
||||
|
||||
// This function, is called at the very beginning, to
|
||||
// restore the settings if there are some stored.
|
||||
Project::RestoreResult AutotoolsProject::fromMap(const QVariantMap &map, QString *errorMessage)
|
||||
|
Reference in New Issue
Block a user