~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/bookmarkmenu.cpp

  • Committer: Adam Reichold
  • Date: 2021-04-18 17:24:01 UTC
  • Revision ID: adam.reichold@t-online.de-20210418172401-pr4a5lu8ya4p56z4
First stab at making the application compatible with Qt versions 4, 5 and 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "bookmarkmenu.h"
24
24
 
 
25
#include <QActionGroup>
 
26
#include <QFileInfo>
 
27
 
25
28
#include "miscellaneous.h"
26
29
 
27
 
#include <QFileInfo>
28
 
 
29
30
namespace qpdfview
30
31
{
31
32