summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp4
-rw-r--r--src/corelib/animation/qanimationgroup.cpp1
-rw-r--r--src/corelib/animation/qparallelanimationgroup.cpp1
-rw-r--r--src/corelib/animation/qpauseanimation.cpp1
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp1
-rw-r--r--src/corelib/animation/qsequentialanimationgroup.cpp1
-rw-r--r--src/corelib/animation/qvariantanimation.cpp1
7 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index 296d583365..46fe022bae 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -41,6 +41,7 @@
/*!
\class QAbstractAnimation
+ \inmodule QtCore
\ingroup animation
\brief The QAbstractAnimation class is the base of all animations.
\since 4.6
@@ -163,6 +164,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractAnimationTimer
+ \inmodule QtCore
\brief QAbstractAnimationTimer is the base class for animation timers.
\internal
@@ -202,6 +204,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QUnifiedTimer
+ \inmodule QtCore
\brief QUnifiedTimer provides a unified timing mechanism for animations in Qt C++ and QML.
\internal
@@ -708,6 +711,7 @@ int QAnimationTimer::closestPauseAnimationTimeToFinish()
/*!
\class QAnimationDriver
+ \inmodule QtCore
\brief The QAnimationDriver class is used to exchange the mechanism that drives animations.
diff --git a/src/corelib/animation/qanimationgroup.cpp b/src/corelib/animation/qanimationgroup.cpp
index a5259cef64..2d3d655b8c 100644
--- a/src/corelib/animation/qanimationgroup.cpp
+++ b/src/corelib/animation/qanimationgroup.cpp
@@ -41,6 +41,7 @@
/*!
\class QAnimationGroup
+ \inmodule QtCore
\brief The QAnimationGroup class is an abstract base class for groups of animations.
\since 4.6
\ingroup animation
diff --git a/src/corelib/animation/qparallelanimationgroup.cpp b/src/corelib/animation/qparallelanimationgroup.cpp
index 9e0fdaff8a..638d40a53e 100644
--- a/src/corelib/animation/qparallelanimationgroup.cpp
+++ b/src/corelib/animation/qparallelanimationgroup.cpp
@@ -41,6 +41,7 @@
/*!
\class QParallelAnimationGroup
+ \inmodule QtCore
\brief The QParallelAnimationGroup class provides a parallel group of animations.
\since 4.6
\ingroup animation
diff --git a/src/corelib/animation/qpauseanimation.cpp b/src/corelib/animation/qpauseanimation.cpp
index a4338a3656..7e0351bf7c 100644
--- a/src/corelib/animation/qpauseanimation.cpp
+++ b/src/corelib/animation/qpauseanimation.cpp
@@ -41,6 +41,7 @@
/*!
\class QPauseAnimation
+ \inmodule QtCore
\brief The QPauseAnimation class provides a pause for QSequentialAnimationGroup.
\since 4.6
\ingroup animation
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index f7ba49c3cd..0cbef6e98f 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -41,6 +41,7 @@
/*!
\class QPropertyAnimation
+ \inmodule QtCore
\brief The QPropertyAnimation class animates Qt properties
\since 4.6
diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp
index a893ea73d9..1992787b88 100644
--- a/src/corelib/animation/qsequentialanimationgroup.cpp
+++ b/src/corelib/animation/qsequentialanimationgroup.cpp
@@ -41,6 +41,7 @@
/*!
\class QSequentialAnimationGroup
+ \inmodule QtCore
\brief The QSequentialAnimationGroup class provides a sequential group of animations.
\since 4.6
\ingroup animation
diff --git a/src/corelib/animation/qvariantanimation.cpp b/src/corelib/animation/qvariantanimation.cpp
index f16d685bab..d776c04f72 100644
--- a/src/corelib/animation/qvariantanimation.cpp
+++ b/src/corelib/animation/qvariantanimation.cpp
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QVariantAnimation
+ \inmodule QtCore
\ingroup animation
\brief The QVariantAnimation class provides an abstract base class for animations.
\since 4.6