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

« back to all changes in this revision

Viewing changes to sources/bookmarkmenu.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:
28
28
 
29
29
#include "global.h"
30
30
 
 
31
namespace qpdfview
 
32
{
 
33
 
31
34
class BookmarkMenu : public QMenu
32
35
{
33
36
    Q_OBJECT
63
66
 
64
67
};
65
68
 
 
69
} // qpdfview
 
70
 
66
71
#endif // BOOKMARKMENU_H