~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/documentview.h

  • Committer: Adam Reichold
  • Date: 2013-01-13 16:07:37 UTC
  • Revision ID: adamreichold@myopera.com-20130113160737-djp1hzi7kfc8e1w0
Separate out the two different printing implementations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
    int m_numberOfPages;
272
272
    int m_currentPage;
273
273
 
 
274
    bool printUsingCUPS(QPrinter* printer, const PrintOptions& printOptions);
 
275
    bool printUsingQt(QPrinter* printer, const PrintOptions& printOptions);
 
276
 
274
277
    QStack< int > m_returnToPage;
275
278
    QStack< qreal > m_returnToLeft;
276
279
    QStack< qreal > m_returnToTop;