summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxcontentwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxcontentwrapper.cpp')
-rw-r--r--src/declarative/fx/qfxcontentwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxcontentwrapper.cpp b/src/declarative/fx/qfxcontentwrapper.cpp
index 5ce5430..a155d2b 100644
--- a/src/declarative/fx/qfxcontentwrapper.cpp
+++ b/src/declarative/fx/qfxcontentwrapper.cpp
@@ -76,7 +76,7 @@ void QFxContentWrapper::componentComplete()
target = target->itemParent();
QList<QFxItem*> myContent(*content());
- for(int ii = 0; ii < myContent.count(); ++ii)
+ for (int ii = 0; ii < myContent.count(); ++ii)
myContent.at(ii)->setParent(target);
}