aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickconnections.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickconnections.cpp')
-rw-r--r--src/quick/util/qquickconnections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickconnections.cpp b/src/quick/util/qquickconnections.cpp
index 9b086b9e03..654d0b7ae7 100644
--- a/src/quick/util/qquickconnections.cpp
+++ b/src/quick/util/qquickconnections.cpp
@@ -96,7 +96,7 @@ public:
\li Connecting to targets not defined in QML
\endlist
- When any of these are needed, the Connections element can be used instead.
+ When any of these are needed, the Connections type can be used instead.
For example, the above code can be changed to use a Connections object,
like this: