~saiarcot895/ubuntu/utopic/qtconnectivity-opensource-src/enable-bluetooth

« back to all changes in this revision

Viewing changes to src/nfc/doc/snippets/doc_src_qtnfc.qml

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Timo Jyrinki
  • Date: 2014-02-23 00:01:49 UTC
  • mfrom: (0.1.3 experimental) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140223000149-ht3k3x21dr5n5dol
Tags: 5.2.1-1
[ Timo Jyrinki ]
* New upstream release
* Move mkspecs to the new location
* Make private headers cleaning non version specific
* Add examples package
* Add dependencies to build against the 5.2.1 versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
****************************************************************************/
40
40
 
41
41
//! [import]
42
 
import QtNfc 5.0
 
42
import QtNfc 5.2
43
43
//! [import]
44
44
 
45
45
Item { }