summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2013-02-28 02:23:53 +0100
committerRobin Burchell <robin+qt@viroteck.net>2013-02-28 02:38:41 +0100
commit3a677faee617ae6d6236812d85edb2af75d7ca3b (patch)
tree1e8a4ba956b1f4c69eba7fd740cd0d0c34ffa714
parent12585d7c1a18914345dffd4c538dcd4a2a44fd0f (diff)
Organizer: Emit model state change whether or not the store returned data.
Task-number: QTMOBILITY-1416 Change-Id: I041ef5655a2f8690a035a2d8757070c0fde127fa Reviewed-by: John Brooks <john.brooks@dereferenced.net> Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
-rw-r--r--plugins/declarative/organizer/qdeclarativeorganizermodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/declarative/organizer/qdeclarativeorganizermodel.cpp b/plugins/declarative/organizer/qdeclarativeorganizermodel.cpp
index 35499c3b5e..f62a6ac6dc 100644
--- a/plugins/declarative/organizer/qdeclarativeorganizermodel.cpp
+++ b/plugins/declarative/organizer/qdeclarativeorganizermodel.cpp
@@ -802,10 +802,10 @@ void QDeclarativeOrganizerModel::requestUpdated()
addSorted(di);
}
}
-
- emit modelChanged();
- emit errorChanged();
}
+
+ emit modelChanged();
+ emit errorChanged();
}
/*!