summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qeasingcurve.cpp')
-rw-r--r--src/corelib/tools/qeasingcurve.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp
index 23451f095c..fc9a1ca867 100644
--- a/src/corelib/tools/qeasingcurve.cpp
+++ b/src/corelib/tools/qeasingcurve.cpp
@@ -1066,6 +1066,15 @@ static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type)
}
/*!
+ \fn QEasingCurve::QEasingCurve(QEasingCurve &&other)
+
+ Move-constructs a QEasingCurve instance, making it point at the same
+ object that \a other was pointing to.
+
+ \since 5.2
+*/
+
+/*!
Constructs an easing curve of the given \a type.
*/
QEasingCurve::QEasingCurve(Type type)
@@ -1098,6 +1107,14 @@ QEasingCurve::~QEasingCurve()
*/
/*!
+ \fn QEasingCurve &QEasingCurve::operator=(QEasingCurve &&other)
+
+ Move-assigns \a other to this QEasingCurve instance.
+
+ \since 5.2
+*/
+
+/*!
\fn void QEasingCurve::swap(QEasingCurve &other)
\since 5.0