~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/global.h

  • Committer: Adam Reichold
  • Date: 2014-03-29 10:20:32 UTC
  • Revision ID: adam.reichold@t-online.com-20140329102032-6z5yl9a2fkwm62rd
Make proper use of application and anonymous namespaces and fix a few header guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <QPair>
27
27
 
 
28
namespace qpdfview
 
29
{
 
30
 
28
31
enum Rotation
29
32
{
30
33
    RotateBy0 = 0,
63
66
typedef QPair< int, QString > Jump;
64
67
typedef QList< QPair< int, QString > > JumpList;
65
68
 
 
69
} // qpdfview
 
70
 
66
71
#endif // GLOBAL_H