~ubuntu-branches/debian/stretch/qpdfview/stretch

« back to all changes in this revision

Viewing changes to sources/database.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-05-19 14:39:20 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20140519143920-buukpma5b4hmnpt3
Tags: 0.4.10-1
* New upstream release.
* Implemented an option to zoom to selection (Closes: #739554)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include "global.h"
34
34
 
 
35
namespace qpdfview
 
36
{
 
37
 
35
38
class DocumentView;
36
39
class BookmarkMenu;
37
40
 
68
71
 
69
72
#ifdef WITH_SQL
70
73
 
 
74
    bool prepareTabs_v2();
 
75
    bool prepareBookmarks_v2();
 
76
    bool preparePerFileSettings_v2();
 
77
 
71
78
    void migrateTabs_v1_v2();
72
79
    void migrateBookmarks_v1_v2();
73
80
    void migratePerFileSettings_v1_v2();
78
85
 
79
86
};
80
87
 
 
88
} // qpdfview
 
89
 
81
90
#endif // DATABASE_H