~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/shortcuthandler.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:
28
28
 
29
29
class QSettings;
30
30
 
 
31
namespace qpdfview
 
32
{
 
33
 
31
34
class ShortcutHandler : public QAbstractTableModel
32
35
{
33
36
    Q_OBJECT
85
88
 
86
89
};
87
90
 
 
91
} // qpdfview
 
92
 
88
93
#endif // SHORTCUTHANDLER_H