~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/database.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:
32
32
 
33
33
#include "global.h"
34
34
 
 
35
namespace qpdfview
 
36
{
 
37
 
35
38
class DocumentView;
36
39
class BookmarkMenu;
37
40
 
82
85
 
83
86
};
84
87
 
 
88
} // qpdfview
 
89
 
85
90
#endif // DATABASE_H