Remove isApplication() and simplfy startup project logic

This commit is contained in:
dt
2010-03-24 16:59:18 +01:00
parent 4dc3ead0d3
commit a3f827b1b8
11 changed files with 5 additions and 52 deletions

View File

@@ -223,11 +223,6 @@ QList<ProjectExplorer::Project *> QmlProject::dependsOn()
return QList<Project *>();
}
bool QmlProject::isApplication() const
{
return true;
}
ProjectExplorer::BuildConfigWidget *QmlProject::createConfigWidget()
{
return 0;