summaryrefslogtreecommitdiff
path: root/src/location/places/qplacesupplier_p.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-10-05 14:26:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 06:16:59 +0200
commit3dcb12116420cd29580b28c8e976c17ea605d185 (patch)
treedc803abea29a593f402ec81975e32dc8d31855ed /src/location/places/qplacesupplier_p.h
parentc3b41f8823e9f500bf2fde0213c6302c5ff0d12f (diff)
downloadqtlocation-3dcb12116420cd29580b28c8e976c17ea605d185.tar.gz
Add Icon support to Places
Change-Id: I559c96427db542dd71122f937dff90c900a02241 Reviewed-on: http://codereview.qt-project.org/6041 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/qplacesupplier_p.h')
-rw-r--r--src/location/places/qplacesupplier_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/location/places/qplacesupplier_p.h b/src/location/places/qplacesupplier_p.h
index c8cf9e4e..7015ae0e 100644
--- a/src/location/places/qplacesupplier_p.h
+++ b/src/location/places/qplacesupplier_p.h
@@ -46,6 +46,8 @@
#include <QSharedData>
#include <QUrl>
+#include "qplaceicon.h"
+
QT_BEGIN_NAMESPACE
class QPlaceSupplierPrivate : public QSharedData
@@ -61,7 +63,7 @@ public:
QString name;
QString supplierId;
QUrl url;
- QUrl supplierIconUrl;
+ QPlaceIcon icon;
};
QT_END_NAMESPACE