-
Bug
-
Resolution: Done
-
P1: Critical
-
1.1.2
-
None
-
00c91af92431901f5fc43d5885a6bb45450b612f da0eb3e26bd93b8f114f44633c4050d29da4417b
The following code-snippet, documented at http://doc.qt.nokia.com/qtmobility-1.2/qml-fileeffect.html as the way to play a FileEffect, cannot be executed, due to undefined play() slot in the FileEffect element:
FileEffect { id: myFileEffect loaded: false source: "file:///myfile.ivs" } MouseArea { onClicked: myFileEffect.play(); }
The slot is missing from the c++ implementation of the binding.