diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-01-11 16:11:06 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-01-11 16:16:15 (GMT) |
commit | 2fd44fb7dd7652f84d1597459c522c498fcbea7d (patch) | |
tree | 3a42e14601a8d9faa3b6dc1295a3457917cdc96b /src/declarative | |
parent | 008f571d35c199461922026526258e97e5258822 (diff) | |
download | Qt-2fd44fb7dd7652f84d1597459c522c498fcbea7d.zip Qt-2fd44fb7dd7652f84d1597459c522c498fcbea7d.tar.gz Qt-2fd44fb7dd7652f84d1597459c522c498fcbea7d.tar.bz2 |
Doc: Fixed a few misspellings of Flipable
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeflipable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflipable.cpp b/src/declarative/graphicsitems/qdeclarativeflipable.cpp index 6f2ddc3..160872c 100644 --- a/src/declarative/graphicsitems/qdeclarativeflipable.cpp +++ b/src/declarative/graphicsitems/qdeclarativeflipable.cpp @@ -177,8 +177,8 @@ void QDeclarativeFlipable::retransformBack() /*! \qmlproperty enumeration Flipable::side - The side of the Flippable currently visible. Possible values are \c - Flippable.Front and \c Flippable.Back. + The side of the Flipable currently visible. Possible values are \c + Flipable.Front and \c Flipable.Back. */ QDeclarativeFlipable::Side QDeclarativeFlipable::side() const { |