diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-09-23 13:27:10 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-09-26 10:16:07 +0200 |
commit | 7f41a59ee2a2584fbc1b1e4a53ae6d7cfbf7e97b (patch) | |
tree | 73b7c0fedd7e83d0bbfb24eb3c28de33e9cc1040 /src/location/places/qplacesearchresult.h | |
parent | ea1eb7b2d3589fb8bb3f4bb929991928ba51ce5f (diff) | |
download | qtlocation-7f41a59ee2a2584fbc1b1e4a53ae6d7cfbf7e97b.tar.gz |
Fix public headers.
Add QT_{BEGIN,END}_HEADER
Add QT_{BEGIN,END}_NAMESPACE
Add QT_MODULE(Location)
Change-Id: Ib12682b847d9439c0e55e78fdf8a71ee8406c282
Reviewed-on: http://codereview.qt-project.org/5435
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacesearchresult.h')
-rw-r--r-- | src/location/places/qplacesearchresult.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/location/places/qplacesearchresult.h b/src/location/places/qplacesearchresult.h index a51b6cca..050f7b01 100644 --- a/src/location/places/qplacesearchresult.h +++ b/src/location/places/qplacesearchresult.h @@ -42,15 +42,17 @@ #ifndef QPLACESEARCHRESULT_H #define QPLACESEARCHRESULT_H -#include "qmobilityglobal.h" - #include <QSharedDataPointer> #include <QVariant> #include <QString> #include <QtLocation/QPlace> +QT_BEGIN_HEADER + QT_BEGIN_NAMESPACE +QT_MODULE(Location) + class QPlaceSearchResultPrivate; class Q_LOCATION_EXPORT QPlaceSearchResult @@ -101,4 +103,6 @@ private: QT_END_NAMESPACE +QT_END_HEADER + #endif // QPLACESEARCHRESULT_H |