aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-01-21 14:17:43 +0100
committerhjk <hjk@qt.io>2020-01-22 09:06:15 +0000
commit20cc80b051a715be06bf22d1f4e512ec81f9c121 (patch)
tree93a33bf82c3fa5e3db905929b9c92d3a0572dadb /src/plugins/qmldesigner/components/timelineeditor
parent676db89e0350b56c860ad077fe63383c28308b50 (diff)
LanguageServer: Remove warnings
warning: implicitly-declared ‘Foo& Foo::operator=(const Foo&)’ is deprecated [-Wdeprecated-copy] Change-Id: I4322fe033fca3fb0f173143cee4f812b297a4c7b Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/timelineeditor')
-rw-r--r--src/plugins/qmldesigner/components/timelineeditor/easingcurve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/timelineeditor/easingcurve.h b/src/plugins/qmldesigner/components/timelineeditor/easingcurve.h
index d46f5600aa..b9868a2db2 100644
--- a/src/plugins/qmldesigner/components/timelineeditor/easingcurve.h
+++ b/src/plugins/qmldesigner/components/timelineeditor/easingcurve.h
@@ -135,6 +135,8 @@ public:
NamedEasingCurve(const NamedEasingCurve &other);
+ NamedEasingCurve &operator=(const NamedEasingCurve &other) = default;
+
virtual ~NamedEasingCurve();
QString name() const;