summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/sensors/start.cpp
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-23/+23
| | | | | | | 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-18/+18
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
|
* Remove setType().Lincoln Ramsay2010-03-181-2/+1
| | | | | | | Creating a QSensor requires passing the type to the constructor. Sub-classes of QSensor do this now. This breaks use of QSensor with QML but sub-classes continue to work.
* Use strict flags when compiling the snippets.Lincoln Ramsay2010-03-111-0/+3
|
* Add copyright headers to files.Lincoln Ramsay2010-03-111-0/+41
|
* replace \code blocks with \snippet statements.Lincoln Ramsay2010-03-081-0/+18
This will let the compiler notify us when our example snippets are no longer valid.