summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtlandmarksdocsample/requestexample.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Slightly update example docsabcd2010-10-171-0/+1
|
* Improve landmark documentationabcd2010-09-051-0/+9
| | | | In particular start expanding on importing and exporting
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-051-0/+100
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-041-100/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Improve QLandmarkManager documentationabcd2010-07-021-0/+1
|
* Fix compile caused by broken exampleabcd2010-04-221-6/+6
|
* Try fix windows compile of example by changing the includesabcd2010-04-151-7/+7
| | | | | | Can't use system style includes because the include files are not available at make time. The include files are only available after make install.
* Add in landmark removal examplesabcd2010-04-151-6/+17
|
* Update examples to not use resultsAvailable() on request objectsabcd2010-04-151-12/+9
| | | | | | Because the request results are sorted, using a previousLastIndex and resultsAvailable() signal to be incrementally notified of new results does not work, and so should be removed from the examples
* Start adding in an example for documentation snippetsabcd2010-04-131-0/+91
Also modify qlandmarkfetchrequest, qlandmarksaverequest, and qlandmarkcategorysaverequest so they are a bit easier to use.