aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlbind.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/qqmlbind.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/qqmlbind.cpp')
-rw-r--r--src/qml/types/qqmlbind.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/types/qqmlbind.cpp b/src/qml/types/qqmlbind.cpp
index 8e74711776..be33a1f19a 100644
--- a/src/qml/types/qqmlbind.cpp
+++ b/src/qml/types/qqmlbind.cpp
@@ -179,10 +179,6 @@ QQmlBind::QQmlBind(QObject *parent)
{
}
-QQmlBind::~QQmlBind()
-{
-}
-
/*!
\qmlproperty bool QtQml::Binding::when