diff options
author | abcd <qt-info@nokia.com> | 2011-08-15 20:31:44 +1000 |
---|---|---|
committer | abcd <qt_abcd1@ovi.com> | 2011-08-19 08:29:34 +0200 |
commit | 2c829671005e6572ae6e048aa337bb8b3ca639f9 (patch) | |
tree | 23327410fc8d413780f75b3b15ea9be25a7a795e /src/location/places/places.pri | |
parent | 6065485d10f9d783d9ac60b4219ed7bf56f57a82 (diff) | |
download | qtlocation-2c829671005e6572ae6e048aa337bb8b3ca639f9.tar.gz |
Remove BusinessInformation,BusinessFeature and weekdayhours
These have beens superseded by the PlaceAttribute class.
We do not have attribute keys for the closing notes,at they moment
they are pointless without a time period that is relevant for the
closing note.
We do not have attribute key for the opening hours yet since we have
yet to implement that in the plugin.
we do no yet attribute keys for business features because we never
had any to work with from the start.
Change-Id: I1a8749b1a598b4928a9c197cb5f4bde7615cdf8f
Reviewed-on: http://codereview.qt.nokia.com/2949
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/places.pri')
-rw-r--r-- | src/location/places/places.pri | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/location/places/places.pri b/src/location/places/places.pri index 24ce39d2..08e052d8 100644 --- a/src/location/places/places.pri +++ b/src/location/places/places.pri @@ -4,8 +4,6 @@ INCLUDEPATH += places PUBLIC_HEADERS += \ #data classes places/qplaceattribute.h \ - places/qplacebusinessfeature.h \ - places/qplacebusinessinformation.h \ places/qplacecategory.h \ places/qplacedescription.h \ places/qplacemediaobject.h \ @@ -14,7 +12,6 @@ PUBLIC_HEADERS += \ places/qplacerating.h \ places/qplacereview.h \ places/qplacesupplier.h \ - places/qplaceweekdayhours.h \ #result places/qplacesearchresult.h \ #query classes @@ -35,8 +32,6 @@ PUBLIC_HEADERS += \ PRIVATE_HEADERS += \ places/qplaceattribute_p.h \ - places/qplacebusinessfeature_p.h \ - places/qplacebusinessinformation_p.h \ places/qplacecategory_p.h \ places/qplacedescription_p.h \ places/qplacemediaobject_p.h \ @@ -44,7 +39,6 @@ PRIVATE_HEADERS += \ places/qplacerating_p.h \ places/qplacereview_p.h \ places/qplacesupplier_p.h \ - places/qplaceweekdayhours_p.h \ places/qplacesearchresult_p.h \ places/qplacereply_p.h \ places/qplacemanager_p.h \ @@ -53,17 +47,15 @@ PRIVATE_HEADERS += \ SOURCES += \ #data classes places/qplaceattribute.cpp \ - places/qplacebusinessfeature.cpp \ - places/qplacebusinessinformation.cpp \ places/qplacecategory.cpp \ places/qplacedescription.cpp \ +#result places/qplacemediaobject.cpp \ places/qplaceperiod.cpp \ places/qplacerating.cpp \ places/qplacereview.cpp \ places/qplacesavereply.cpp \ places/qplacesupplier.cpp \ - places/qplaceweekdayhours.cpp \ #result places/qplacesearchresult.cpp \ #query classes |