aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvme_p.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-04-26 16:42:10 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-04-27 08:27:13 +0000
commit4ccd7d16443ab9a01c7a7b0c9218a19f17895c54 (patch)
tree859e7275dc4a3f9d1323ce38783d988fdfa37924 /src/qml/qml/qqmlvme_p.h
parentcdbe4754bdd073dd464cc9224609cbfcd736bd49 (diff)
Internally document the VME abbreviation
This makes reading the code less confusing. Change-Id: Id49de8ff6645d5e1d66eb07d36c3b322dbb60c68 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlvme_p.h')
-rw-r--r--src/qml/qml/qqmlvme_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlvme_p.h b/src/qml/qml/qqmlvme_p.h
index 9a94ac6258..13c5524d96 100644
--- a/src/qml/qml/qqmlvme_p.h
+++ b/src/qml/qml/qqmlvme_p.h
@@ -124,6 +124,10 @@ private:
// Used to check that a QQmlVME that is interrupted mid-execution
// is still valid. Checks all the objects and contexts have not been
// deleted.
+//
+// VME stands for Virtual Machine Execution. QML files used to
+// be compiled to a byte code data structure that a virtual machine executed
+// (for constructing the tree of QObjects and setting properties).
class QQmlVMEGuard
{
public: