~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to tests/qmltests/Panel/tst_Panel.qml

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    Panel {
41
41
        id: panel
42
42
        anchors.fill: parent
 
43
 
 
44
        indicators {
 
45
            profile: "test1"
 
46
        }
43
47
    }
44
48
 
45
49
    UT.UnityTestCase {