summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-02-18 08:52:13 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 15:28:40 +0100
commit5d6b2d5e343e27940e5fd78cb2aa897aac6bc2ed (patch)
tree36611ecca3b35f515906cb59ba291ec0faca4d09 /src/corelib/tools/qeasingcurve.cpp
parent689311a5683162889311ce6c994803b59a690746 (diff)
QEasingCurve: add member-swap
Implementated as in QPen etc. Change-Id: Ia08551bf7902b60e115d1b1d2353030597e34841 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qeasingcurve.cpp')
-rw-r--r--src/corelib/tools/qeasingcurve.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp
index 5731faa69c..6f8572cfbf 100644
--- a/src/corelib/tools/qeasingcurve.cpp
+++ b/src/corelib/tools/qeasingcurve.cpp
@@ -1116,6 +1116,13 @@ QEasingCurve &QEasingCurve::operator=(const QEasingCurve &other)
}
/*!
+ \fn void QEasingCurve::swap(QEasingCurve &other)
+ \since 5.0
+
+ Swaps curve \a other with this curve. This operation is very
+ fast and never fails.
+
+/*!
Compare this easing curve with \a other and returns true if they are
equal. It will also compare the properties of a curve.
*/