summaryrefslogtreecommitdiffstats
path: root/src/location/places/qplacecategory.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-07-25 19:05:43 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-26 06:50:46 +0200
commit6644df4c5322dde974a63ba55b8b703394e8d352 (patch)
tree75cdda9f6c0e6ff56fa3b70cea73c1b8ceac5f81 /src/location/places/qplacecategory.h
parentbe08155db25f2a9a04adfbd3fd1c6c156aaf5139 (diff)
Remove alternative labels
Currently there is uncertainty on how alternative labels should be handled so remove for now. For most use cases this won't be needed anyway. If necessary we can add these in at a later point in time. Change-Id: I24e719bd394d60787f12234ddbe8e9aaa683d53c Reviewed-on: http://codereview.qt.nokia.com/2097 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacecategory.h')
-rw-r--r--src/location/places/qplacecategory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location/places/qplacecategory.h b/src/location/places/qplacecategory.h
index 892b5ac5..63932174 100644
--- a/src/location/places/qplacecategory.h
+++ b/src/location/places/qplacecategory.h
@@ -46,7 +46,6 @@
#include <QString>
#include <QVariant>
#include <QList>
-#include "qplacealternativevalue.h"
QT_BEGIN_NAMESPACE
@@ -68,8 +67,6 @@ public:
return !(other == *this);
}
- QList<QPlaceAlternativeValue> alternativeNames() const;
- void setAlternativeNames(const QList<QPlaceAlternativeValue> &names);
QString categoryId() const;
void setCategoryId(const QString &catID);
QString description() const;