aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-12-18 16:51:09 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-01-06 10:44:15 +0000
commit34d38c14773cff8b33a824f137d1cab395c23259 (patch)
treeff204c1c6aae2fe480ea41322213d9866ea52bb3 /doc
parent8b31c32f7640ef06a12ad6995e202e5087e19b4a (diff)
API: Do not try to do manual book-keeping
... when adding/removing files to/from a project. We originally implemented this so that IDE users could edit their project files via the UI without having to re-resolve the project, thus saving time. However, great care has to be taken to ensure that we really do the same thing as would happen on a proper resolve step, and we do not seem to manage, as demonstrated by the crashes I have observed recently when removing files via Qt Creator. So let's play it safe and remove the shortcut. Change-Id: I38e7dcdba0aa129f43feec084ae140e1a57d2ee9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/appendix/json-api.qdoc5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/appendix/json-api.qdoc b/doc/appendix/json-api.qdoc
index f8840de37..207798ddd 100644
--- a/doc/appendix/json-api.qdoc
+++ b/doc/appendix/json-api.qdoc
@@ -402,17 +402,12 @@
\header \li Property \li Type \li Mandatory
\row \li error \li \l ErrorInfo \li no
\row \li failed-files \li \l FilePath list \li no
- \row \li project-data \li \l TopLevelProjectData \li no
\endtable
If the \c error property is present, the operation has at least
partially failed and \c failed-files will list the files
that could not be added or removed.
- If the project data has changed as a result of the operation
- (which it should unless the operation failed completely), then
- the \c project-data property will contain the updated project data.
-
\section1 The \c get-run-environment Message
This request retrieves the full run environment for a specific