~nick-dedekind/unity/phablet-greeter-indicators

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_AnimationControllerWithSignals.qml

  • Committer: Nick Dedekind
  • Date: 2013-05-13 11:20:10 UTC
  • mfrom: (535.2.134 phablet)
  • Revision ID: nicholas.dedekind@gmail.com-20130513112010-a28qw0dhcw0sq46l
merged with trunk

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 "../../Components"
 
19
import "../../../Components"
20
20
 
21
21
TestCase {
22
22
    id: testCase
140
140
        loader.sourceComponent = undefined;
141
141
    }
142
142
}
143