~ubuntu-branches/ubuntu/vivid/qpdfview/vivid

« back to all changes in this revision

Viewing changes to sources/printoptions.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-10-22 21:49:15 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20141022214915-agqeoe318lzs2s4d
Tags: 0.4.12-1
* New upstream release.
* Fixed option to zoom to selection and implemented tiled rendering
  (Closes: #739554)
* Enable support for qt5 and poppler-qt5.
* Explicit dependence on hicolor-icon-theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    QString pageRanges;
34
34
 
 
35
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)
 
36
 
35
37
    enum PageSet
36
38
    {
37
39
        AllPages = 0,
69
71
 
70
72
    PrintOptions() : fitToPage(false), pageRanges(), pageSet(AllPages), numberUp(SinglePage), numberUpLayout(LeftRightTopBottom) {}
71
73
 
 
74
#else // QT_VERSION
 
75
 
 
76
    PrintOptions() : fitToPage(false), pageRanges() {}
 
77
 
 
78
#endif // QT_VERSION
 
79
 
72
80
};
73
81
 
74
82
} // qpdfview