~ubuntu-branches/debian/jessie/qtdeclarative-opensource-src/jessie

« back to all changes in this revision

Viewing changes to src/qml/doc/src/cppintegration/exposecppattributes.qdoc

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2014-06-05 23:53:56 UTC
  • mfrom: (8.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140605235356-cf36ioh08oh2oow4
Tags: 5.3.0-5
* Upload to unstable.
* Backport v4_yarr_jit_push_pop_addressTempRegister.patch to fix a bug
  of the JIT compiler in arm. Thanks Scott Kitterman for pointing it out.
* Update symbols files with buildds' logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
\section1 Data Type Handling and Ownership
66
66
 
67
67
Any data that is transferred from C++ to QML, whether as a property value, a
68
 
method paramter or return value, or a signal parameter value, must be of a
 
68
method parameter or return value, or a signal parameter value, must be of a
69
69
type that is supported by the QML engine.
70
70
 
71
71
By default, the engine supports a number of Qt C++ types and can automatically