forked from qt-creator/qt-creator
qmake: Remove QmakePriFile::runConfigurations
There is no need to forward that from the QmakePriFileNode. Change-Id: I6ebc267eac68729ddb13027412cb315f81d55e82 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
e06e00c23c
commit
025d57981d
@@ -439,16 +439,6 @@ bool QmakePriFile::deploysFolder(const QString &folder) const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<RunConfiguration *> QmakePriFile::runConfigurations() const
|
|
||||||
{
|
|
||||||
#if 0
|
|
||||||
QmakeRunConfigurationFactory *factory = QmakeRunConfigurationFactory::find(m_project->activeTarget());
|
|
||||||
if (factory)
|
|
||||||
return factory->runConfigurationsForNode(m_project->activeTarget(), this);
|
|
||||||
#endif
|
|
||||||
return QList<RunConfiguration *>();
|
|
||||||
}
|
|
||||||
|
|
||||||
QVector<QmakePriFile *> QmakePriFile::subPriFilesExact() const
|
QVector<QmakePriFile *> QmakePriFile::subPriFilesExact() const
|
||||||
{
|
{
|
||||||
return Utils::filtered(m_children, &QmakePriFile::includedInExactParse);
|
return Utils::filtered(m_children, &QmakePriFile::includedInExactParse);
|
||||||
|
|||||||
@@ -150,7 +150,6 @@ public:
|
|||||||
bool folderChanged(const QString &changedFolder, const QSet<Utils::FileName> &newFiles);
|
bool folderChanged(const QString &changedFolder, const QSet<Utils::FileName> &newFiles);
|
||||||
|
|
||||||
virtual bool deploysFolder(const QString &folder) const;
|
virtual bool deploysFolder(const QString &folder) const;
|
||||||
virtual QList<ProjectExplorer::RunConfiguration *> runConfigurations() const;
|
|
||||||
|
|
||||||
QmakeProFile *proFile() const;
|
QmakeProFile *proFile() const;
|
||||||
QVector<QmakePriFile *> subPriFilesExact() const;
|
QVector<QmakePriFile *> subPriFilesExact() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user