forked from qt-creator/qt-creator
QbsProject: Remove unused method
Change-Id: I44494c28a631850f215d7ae45209ef4be3c398d1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
#include <QJsonArray>
|
||||
#include <QMessageBox>
|
||||
#include <QSet>
|
||||
#include <QTimer>
|
||||
#include <QVariantMap>
|
||||
|
||||
#include <algorithm>
|
||||
@@ -456,11 +455,6 @@ void QbsBuildSystem::updateAfterParse()
|
||||
});
|
||||
}
|
||||
|
||||
void QbsBuildSystem::delayedUpdateAfterParse()
|
||||
{
|
||||
QTimer::singleShot(0, this, &QbsBuildSystem::updateAfterParse);
|
||||
}
|
||||
|
||||
void QbsBuildSystem::updateProjectNodes(const std::function<void ()> &continuation)
|
||||
{
|
||||
m_treeCreationWatcher = new TreeCreationWatcher(this);
|
||||
|
@@ -119,7 +119,6 @@ private:
|
||||
void updateBuildTargetData();
|
||||
bool checkCancelStatus();
|
||||
void updateAfterParse();
|
||||
void delayedUpdateAfterParse();
|
||||
void updateProjectNodes(const std::function<void()> &continuation);
|
||||
Utils::FilePath installRoot();
|
||||
|
||||
|
Reference in New Issue
Block a user