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

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/qml/FakeScopeView.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:
25
25
    property alias backColor : back.color
26
26
    property var categoryView: null
27
27
 
28
 
    onEndReached: {
29
 
        if (scope != undefined && shell != undefined && shell.scopeStatus != undefined) {
30
 
            shell.scopeStatus[scope.id].endReached++;
31
 
        }
32
 
    }
33
28
    onMovementStarted: {
34
29
        if (shell != undefined && shell.scopeStatus != undefined) {
35
30
            shell.scopeStatus[scope.id].movementStarted++;