~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to tests/unit/tst_qmltemplate/tst_example_signals.qml

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import QtQuick 2.0
18
18
import QtTest 1.0
19
 
import Ubuntu.Components 0.1
 
19
import Ubuntu.Components 1.0
20
20
 
21
21
Item {
22
22
    id: root
68
68
                        { tag: "clicked", signalName: "clicked", validSignal: true },
69
69
                            { tag: "hovered", signalName: "hovered", validSignal: true } 
70
70
                           ];
71
 
        }
 
71
        }
72
72
 
73
73
        function test_signals_exists(data) {
74
74
            signalSpy.signalName = data.signalName;