summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.exebin1325568 -> 1326592 bytes
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflipable.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.exe b/configure.exe
index 068701f..293d667 100755
--- a/configure.exe
+++ b/configure.exe
Binary files differ
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
{