~verzegnassi-stefano/+junk/reboot-thumbnailer

« back to all changes in this revision

Viewing changes to src/app/qml/documentPage/SectionHeader.qml

  • Committer: Stefano Verzegnassi
  • Date: 2016-01-07 22:12:07 UTC
  • mfrom: (176.2.82 lo-viewer)
  • Revision ID: stefano92.100@gmail.com-20160107221207-ybfpq4h5733jzen0
Merged parent branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import QtQuick 2.4
2
 
import Ubuntu.Components 1.2
3
 
import Ubuntu.Components.ListItems 1.0 as ListItem
 
2
import Ubuntu.Components 1.3
 
3
import Ubuntu.Components.ListItems 1.3 as ListItems
4
4
import DocumentViewer 1.0
5
5
 
6
 
ListItem.Header {
 
6
ListItems.Header {
7
7
    text: {
8
8
        if (sortSettings.sortMode === 1)    // sort by name
9
9
            return section.toUpperCase()