AutoTools: Inline AutoTools::defaultBuildDirectory()

Only one caller.

Change-Id: I9cf92417deaf48a513bdfefd0c65419726e5959a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-04-30 14:08:00 +02:00
parent 6eedff273b
commit d803a98469
3 changed files with 2 additions and 8 deletions

View File

@@ -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)