Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1658

play() slot missing from FileEffect element of Feedback API declarative plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 1.2.0
    • 1.1.2
    • Tactile Feedback
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            satu.m.makela satu makela
            cristiano cristiano di flora
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes