forked from qt-creator/qt-creator
QmlProjectManager: Remove dead code
Change-Id: I174aaaa9bde229aaeaded32835858243972e5086 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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)
|
||||
|
@@ -50,8 +50,6 @@ public:
|
||||
|
||||
ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const final;
|
||||
|
||||
bool validProjectFile() const;
|
||||
|
||||
enum RefreshOption {
|
||||
ProjectFile = 0x01,
|
||||
Files = 0x02,
|
||||
|
Reference in New Issue
Block a user