~mzanetti/unity8/fix-left-edge-on-spread

« back to all changes in this revision

Viewing changes to qml/Panel/Indicators/VisibleIndicators.qml

  • Committer: Michael Zanetti
  • Date: 2015-01-12 11:21:17 UTC
  • mfrom: (1459.1.85 unity8)
  • Revision ID: michael.zanetti@canonical.com-20150112112117-0x9srs9dx0ndp60g
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import Utils 0.1
23
23
 
24
24
Item {
25
 
    property SortFilterProxyModel model: filterModel
 
25
    property UnitySortFilterProxyModel model: filterModel
26
26
 
27
27
    function initialise(profile) {
28
28
        indicatorsModel.load(profile);
29
29
    }
30
30
 
31
 
    SortFilterProxyModel {
 
31
    UnitySortFilterProxyModel {
32
32
        id: filterModel
33
33
        filterRole: Indicators.IndicatorsModelRole.IsVisible
34
34
        filterRegExp: RegExp("^true$")