summaryrefslogtreecommitdiff
path: root/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativecategory.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativecategory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
index 3eaaa6e8..a969e622 100644
--- a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
@@ -176,7 +176,7 @@ void QDeclarativeCategory::setCategory(const QPlaceCategory &category)
if (m_icon && m_icon->parent() == this) {
m_icon->setPlugin(m_plugin);
m_icon->setIcon(m_category.icon());
- } else if (!m_icon || m_icon->parent() != this){
+ } else if (!m_icon || m_icon->parent() != this) {
m_icon = new QDeclarativePlaceIcon(m_category.icon(), m_plugin, this);
emit iconChanged();
}