QmlProjectManager: Remove dead code

Change-Id: I174aaaa9bde229aaeaded32835858243972e5086
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2019-08-13 11:13:38 +02:00
parent d2505ebac8
commit 0f1fcb72e2
2 changed files with 0 additions and 7 deletions

View File

@@ -213,11 +213,6 @@ Utils::EnvironmentItems QmlProject::environment() const
return {};
}
bool QmlProject::validProjectFile() const
{
return !m_projectItem.isNull();
}
QStringList QmlProject::customImportPaths() const
{
if (m_projectItem)

View File

@@ -50,8 +50,6 @@ public:
ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const final;
bool validProjectFile() const;
enum RefreshOption {
ProjectFile = 0x01,
Files = 0x02,