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

« back to all changes in this revision

Viewing changes to src/plugin/poppler-qml-plugin/pdfdocument.cpp

  • Committer: Stefano Verzegnassi
  • Date: 2015-01-30 19:20:39 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-20150130192039-4hxxt4enfv4t3evz
Add VerticalView class in popplerqmlplugin (but not use it for now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
PdfDocument::PdfDocument(QAbstractListModel *parent):
31
31
    QAbstractListModel(parent)
32
32
  , m_path("")
 
33
  , m_providersNumber(-1)
33
34
{
34
35
    qRegisterMetaType<PdfPagesList>("PdfPagesList");
35
36
}