Project: Improve default implementation of Project::needsConfiguration

Change-Id: Ic4d227334d818658f179c0589462551509274c17
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2018-03-09 13:30:13 +01:00
parent 964476983e
commit 835d4e92f3
12 changed files with 11 additions and 21 deletions

View File

@@ -72,11 +72,6 @@ NimProject::NimProject(const FileName &fileName) : Project(Constants::C_NIM_MIME
collectProjectFiles();
}
bool NimProject::needsConfiguration() const
{
return targets().empty();
}
void NimProject::scheduleProjectScan()
{
auto elapsedTime = m_lastProjectScan.elapsed();