diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2012-07-03 15:25:07 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-16 05:48:24 +0200 |
commit | b92007ecf9fff823a6b330ecac917fe2e7e87336 (patch) | |
tree | 7615092f606caa54929198dfd3c291392ac80706 /src/location | |
parent | f548090df798eb486968ff47188a393cfb5826e7 (diff) | |
download | qtlocation-b92007ecf9fff823a6b330ecac917fe2e7e87336.tar.gz |
Remove support for old compat qdoc commands.
The \i command is not used in any Qt Location documentation and the
presence of the above macro definitions generates spurious qdoc
warnings.
Fix the last few remaining uses of these compat commands and remove the
compat.qdocconf file.
Change-Id: Icb1c9aa131cf93e19f32db5359c26c1338b26dfd
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/places/qplace.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplace.cpp b/src/location/places/qplace.cpp index f6743a80..464e6f82 100644 --- a/src/location/places/qplace.cpp +++ b/src/location/places/qplace.cpp @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE \brief The QPlace class represents a set of data about a place. - \input place-definition.qdocinc + \include place-definition.qdocinc \section2 Contact Information The contact information of a place is based around a common set of @@ -114,7 +114,7 @@ QT_BEGIN_NAMESPACE the category to be created). \section2 Saving Caveats - \input place-caveats.qdocinc + \include place-caveats.qdocinc */ /*! |