~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/settings.h

  • Committer: Adam Reichold
  • Date: 2017-08-28 07:47:57 UTC
  • Revision ID: adam.reichold@t-online.de-20170828074757-hb8f1chedjx27c65
Also save and restore the current tab index when the tabs themselves are saved and restored.

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
        int saveDatabaseInterval() const;
329
329
        void setSaveDatabaseInterval(int saveDatabaseInterval);
330
330
 
 
331
        int currentTabIndex() const;
 
332
        void setCurrentTabIndex(int currentTabIndex);
 
333
 
331
334
        int tabPosition() const;
332
335
        void setTabPosition(int tabPosition);
333
336