~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/documentview.h

  • Committer: Adam Reichold
  • Date: 2012-09-05 15:42:50 UTC
  • Revision ID: adamreichold@myopera.com-20120905154250-bimp7ub11isnceg7
instead of a modal pop-up window, synchronize current pages between document and presentation view

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    void filePathChanged(const QString& filePath);
134
134
    void numberOfPagesChanged(int numberOfPages);
135
135
    void currentPageChanged(int currentPage);
 
136
    void currentPageChanged(int currentPage, bool returnTo);
136
137
 
137
138
    void continousModeChanged(bool continousMode);
138
139
    void twoPagesModeChanged(bool twoPagesMode);