~mzanetti/unity8/launcher-follow-unity-api

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/qml/fake_scopeView2.qml

  • Committer: Michael Zanetti
  • Date: 2013-06-26 09:26:51 UTC
  • mfrom: (22.1.24 unity)
  • Revision ID: michael.zanetti@canonical.com-20130626092651-ku85xmvlt2pjgypx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import QtQuick 2.0
18
18
 
19
 
FakeLensView {
20
 
    id: fake_lensView2
21
 
    objectName: "fake_lensView2"
 
19
FakeScopeView {
 
20
    id: fake_scopeView2
 
21
    objectName: "fake_scopeView2"
22
22
 
23
23
    backColor: "#A0A0A0"
24
24
}