summaryrefslogtreecommitdiff
path: root/src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp
index 2a446049..0a3b5f65 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp
@@ -401,7 +401,7 @@ void QDeclarativePlaceContentModel::fetchFinished()
if (startIndex == -1)
startIndex = currentIndex;
- if (!changedIndexesIter.hasNext() || (changedIndexesIter.hasNext() && changedIndexesIter.peekNext() > (currentIndex +1))) {
+ if (!changedIndexesIter.hasNext() || (changedIndexesIter.hasNext() && changedIndexesIter.peekNext() > (currentIndex + 1))) {
for (int i = startIndex; i <= currentIndex; ++i) {
const QPlaceContent &content = contents.value(i);
m_content.insert(i, content);