~mzanetti/unity8/modeswitchwarning

« back to all changes in this revision

Viewing changes to qml/Shell.qml

  • Committer: Michael Zanetti
  • Date: 2015-10-09 09:57:09 UTC
  • Revision ID: michael.zanetti@canonical.com-20151009095709-ys1oyiur58m5locd
added a filter model for apps

Show diffs side-by-side

added added

removed removed

Lines of Context:
729
729
        }
730
730
    }
731
731
 
 
732
    ApplicationsFilterModel {
 
733
        id: legacyAppsModel
 
734
        applicationsModel: ApplicationManager
 
735
        filterTouchApps: true
 
736
    }
732
737
}