forked from qt-creator/qt-creator
Remove isApplication() and simplfy startup project logic
This commit is contained in:
@@ -223,11 +223,6 @@ QList<ProjectExplorer::Project *> QmlProject::dependsOn()
|
||||
return QList<Project *>();
|
||||
}
|
||||
|
||||
bool QmlProject::isApplication() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
ProjectExplorer::BuildConfigWidget *QmlProject::createConfigWidget()
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user