summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonproject.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-11-15 15:44:45 +0100
committerhjk <hjk@qt.io>2019-11-21 13:08:06 +0000
commitc2127c9ec42a2a8ced7aff3547d844e6b421d718 (patch)
treeccd97ebb9ce09bb8215c006de332d350031bf426 /src/plugins/python/pythonproject.cpp
parent738bbf1a873fbb5c5debbb871a58631e99ba20e8 (diff)
downloadqt-creator-c2127c9ec42a2a8ced7aff3547d844e6b421d718.tar.gz
ProjectExplorer: Introduce and use a Target::buildSystemUpdated signal
Change-Id: I497d46866146600a1ed9162bd720c574ee4d4769 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/python/pythonproject.cpp')
-rw-r--r--src/plugins/python/pythonproject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/python/pythonproject.cpp b/src/plugins/python/pythonproject.cpp
index afdd146928..e51332fd99 100644
--- a/src/plugins/python/pythonproject.cpp
+++ b/src/plugins/python/pythonproject.cpp
@@ -227,6 +227,8 @@ void PythonBuildSystem::triggerParsing()
setApplicationTargets(appTargets);
guard.markAsSuccess();
+
+ emitBuildSystemUpdated();
}
bool PythonBuildSystem::saveRawFileList(const QStringList &rawFileList)