diff options
| author | abcd <qt-info@nokia.com> | 2010-10-16 19:08:18 +1000 |
|---|---|---|
| committer | abcd <qt-info@nokia.com> | 2010-10-16 19:08:18 +1000 |
| commit | 6e857f8f6e00b6fc041ceba64d4e5bb11ed4b40a (patch) | |
| tree | 4ccbfada32af4a4482e7cd807c1d5fe8e6b9a7b8 /doc/src/snippets/qtlandmarksdocsample | |
| parent | 5377e5e534aebb770f2655ffd0ea59acf7056e59 (diff) | |
| parent | f96b1f347e9594799c26d836e72dbe0daefd4246 (diff) | |
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1
Diffstat (limited to 'doc/src/snippets/qtlandmarksdocsample')
| -rw-r--r-- | doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp b/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp index 0990e336bf..e6e9de31f1 100644 --- a/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp +++ b/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.cpp @@ -463,7 +463,7 @@ void deleteLandmarkAndCategory(QLandmarkManager *lm) { QLandmarkManager *landmarkManager; //! [Remove landmark synchronously simple] - landmarkManager->removeLandmark(landmark.landmarkId()); + landmarkManager->removeLandmark(landmark); //! [Remove landmark synchronously simple] } } |
