summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflipable.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:02:50 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-08-27 05:02:50 (GMT)
commitf37a3adcdb990015f1f1583b267ff6f680844236 (patch)
tree18dba9dd31dd98a4484ed4f6d3a4065cdc491932 /src/declarative/graphicsitems/qdeclarativeflipable.cpp
parent34a107454426db2f40b3be31923b8a5ce1d84f6e (diff)
downloadQt-f37a3adcdb990015f1f1583b267ff6f680844236.zip
Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.gz
Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.bz2
Remove pointless \internal docs (that contain no information)
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeflipable.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflipable.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflipable.cpp b/src/declarative/graphicsitems/qdeclarativeflipable.cpp
index 6ce0fa6..69dd66a 100644
--- a/src/declarative/graphicsitems/qdeclarativeflipable.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeflipable.cpp
@@ -99,15 +99,6 @@ public:
\sa {declarative/ui-components/flipable}{Flipable example}
*/
-/*!
- \internal
- \class QDeclarativeFlipable
- \brief The Flipable item provides a surface that can be flipped.
-
- Flipable is an item that can be visibly "flipped" between its front and
- back sides.
-*/
-
QDeclarativeFlipable::QDeclarativeFlipable(QDeclarativeItem *parent)
: QDeclarativeItem(*(new QDeclarativeFlipablePrivate), parent)
{