~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/database.h

  • Committer: Adam Reichold
  • Date: 2014-01-03 14:30:43 UTC
  • Revision ID: adam.reichold@t-online.com-20140103143043-fxhzeobfhs9a5ojc
Move handling of document view settings back into document view itself since embeddability is not a concern anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    void savePerFileSettings(const DocumentView* tab);
56
56
 
57
57
signals:
58
 
    void tabRestored(const QString& filePath, bool continousMode, LayoutMode layoutMode, ScaleMode scaleMode, qreal scaleFactor, Rotation rotation, int currentPage);
 
58
    void tabRestored(const QString& filePath, bool continuousMode, LayoutMode layoutMode, ScaleMode scaleMode, qreal scaleFactor, Rotation rotation, int currentPage);
59
59
    void bookmarkRestored(const QString& filePath, const JumpList& pages);
60
60
 
61
61
private: