aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlconnections.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-07-14 09:35:37 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-07-14 15:10:45 +0200
commitfda7978c20d390f3748c012834c6b6c817208a7d (patch)
tree25bf8be6dd87981b1898467cbd0858fe555a803c /src/qml/types/qqmlconnections.cpp
parentbcf3f29c6d26777c8db814477b8f3c3e19826234 (diff)
Fix life cycle methods for some QML-exposed types
Follow the rule of 5: Drop empty dtors, and add Q_DISABLE_COPY_MOVE where we do need an explicit dtor. Change-Id: Icbb9d87e1087c69b1cf1f18062a496c148935783 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'src/qml/types/qqmlconnections.cpp')
-rw-r--r--src/qml/types/qqmlconnections.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/types/qqmlconnections.cpp b/src/qml/types/qqmlconnections.cpp
index 7767909169..d115c82b6d 100644
--- a/src/qml/types/qqmlconnections.cpp
+++ b/src/qml/types/qqmlconnections.cpp
@@ -137,10 +137,6 @@ QQmlConnections::QQmlConnections(QObject *parent) :
{
}
-QQmlConnections::~QQmlConnections()
-{
-}
-
/*!
\qmlproperty Object QtQml::Connections::target
This property holds the object that sends the signal.