summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeomapitemview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeomapitemview.cpp')
-rw-r--r--src/imports/location/qdeclarativegeomapitemview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/location/qdeclarativegeomapitemview.cpp b/src/imports/location/qdeclarativegeomapitemview.cpp
index ccfc4537..28a8a9b4 100644
--- a/src/imports/location/qdeclarativegeomapitemview.cpp
+++ b/src/imports/location/qdeclarativegeomapitemview.cpp
@@ -121,10 +121,10 @@ void QDeclarativeGeoMapItemView::setModel(const QVariant &model)
itemModel_ = itemModel;
QObject::connect(itemModel_, SIGNAL(modelReset()),
this, SLOT(itemModelReset()));
- QObject::connect(itemModel_, SIGNAL(rowsRemoved(QModelIndex, int, int)),
- this, SLOT(itemModelRowsRemoved(QModelIndex, int, int)));
- QObject::connect(itemModel_, SIGNAL(rowsInserted(QModelIndex, int, int)),
- this, SLOT(itemModelRowsInserted(QModelIndex, int, int)));
+ QObject::connect(itemModel_, SIGNAL(rowsRemoved(QModelIndex,int,int)),
+ this, SLOT(itemModelRowsRemoved(QModelIndex,int,int)));
+ QObject::connect(itemModel_, SIGNAL(rowsInserted(QModelIndex,int,int)),
+ this, SLOT(itemModelRowsInserted(QModelIndex,int,int)));
repopulate();
emit modelChanged();
}