diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-27 15:02:29 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-27 15:02:29 (GMT) |
commit | 5ca7070ee91c740442d0d18778e7f35f9fcc7b2b (patch) | |
tree | a544bdcde127922668aad9bff38d46ecc37aaca6 /src/declarative/graphicsitems/qdeclarativeflipable.cpp | |
parent | cf8b664a89b40d6fce4f1da7233a5563b67ba60c (diff) | |
parent | 90f43f185e9fa70d6610b138d8c3a5770b9d1deb (diff) | |
download | Qt-5ca7070ee91c740442d0d18778e7f35f9fcc7b2b.zip Qt-5ca7070ee91c740442d0d18778e7f35f9fcc7b2b.tar.gz Qt-5ca7070ee91c740442d0d18778e7f35f9fcc7b2b.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeflipable.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeflipable.cpp | 9 |
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) { |