diff options
author | Tim Jenßen <[email protected]> | 2024-12-12 11:17:39 +0100 |
---|---|---|
committer | Tim Jenssen <[email protected]> | 2024-12-12 10:30:09 +0000 |
commit | 9bf7e8e2f63b1e9b11291e4f9ec8cb1d2d961597 (patch) | |
tree | 0e4947eed5cf7682fbc3f1ea33fbfd1df0f4c3dd /src/libs/qmlpuppetcommunication | |
parent | e35b6faf9c7dc9f66f39ab465e57118da99048c5 (diff) |
QmlDesigner: improve terminology consistency
- Removed secondary name "QML Emulation Layer," which was introduced
to hide the term "QML Puppet" from normal users
- "QML Puppet" settings are nowadays hidden from normal users anyway
- Added crash info indicating it is an internal process; this is the
only location where "QML Puppet" is exposed to normal users
- Removed outdated CMake comments
Task-number: QDS-13345
Change-Id: Idb8b909580269a8396842f1cc4ad056649075d01
Reviewed-by: Thomas Hartmann <[email protected]>
Reviewed-by: Miikka Heikkinen <[email protected]>
Diffstat (limited to 'src/libs/qmlpuppetcommunication')
-rw-r--r-- | src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.cpp | 2 | ||||
-rw-r--r-- | src/libs/qmlpuppetcommunication/container/propertyvaluecontainer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.cpp b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.cpp index 0b35807c9b9..347a16b56b8 100644 --- a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.cpp +++ b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.cpp @@ -5,7 +5,7 @@ namespace QmlDesigner { -// A generic command that can hold a variant data from puppet to creator +// A generic command that can hold a variant data from QML Puppet to creator PuppetToCreatorCommand::PuppetToCreatorCommand(Type type, const QVariant &data) : m_type(type) diff --git a/src/libs/qmlpuppetcommunication/container/propertyvaluecontainer.cpp b/src/libs/qmlpuppetcommunication/container/propertyvaluecontainer.cpp index 260988b7b51..c9b1d231d42 100644 --- a/src/libs/qmlpuppetcommunication/container/propertyvaluecontainer.cpp +++ b/src/libs/qmlpuppetcommunication/container/propertyvaluecontainer.cpp @@ -59,7 +59,7 @@ TypeName PropertyValueContainer::dynamicTypeName() const // The reflection flag indicates that a property change notification // is reflected. This means that the notification is the reaction to a -// property change original done by the puppet itself. +// property change originally done by the QML Puppet itself. // In the Qt5InformationNodeInstanceServer such notification are // therefore ignored. |