~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to src/app/qml/PdfViewDelegate.qml

  • Committer: Stefano Verzegnassi
  • Date: 2015-01-30 19:02:22 UTC
  • mto: (63.3.3 30-new-header-style)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: stefano92.100@gmail.com-20150130190222-1c9cwcrdpgupi509
Multithread PDF pages provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        sourceSize.width: parent.width - 2
40
40
        fillMode: Image.PreserveAspectCrop
41
41
 
42
 
        Component.onCompleted: source = "image://poppler/page/" + (model.index + 1)
 
42
        // Just temporary, to make Jenkins work.
 
43
        Component.onCompleted: source = "image://poppler0/page/" + (model.index + 1)
43
44
    }
44
45
 
45
46
    Rectangle {