diff options
Diffstat (limited to 'src/plugins/classview/classviewsymbollocation.h')
-rw-r--r-- | src/plugins/classview/classviewsymbollocation.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/classview/classviewsymbollocation.h b/src/plugins/classview/classviewsymbollocation.h index 5f4f5660f4..144c0227cd 100644 --- a/src/plugins/classview/classviewsymbollocation.h +++ b/src/plugins/classview/classviewsymbollocation.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CLASSVIEWSYMBOLLOCATION_H -#define CLASSVIEWSYMBOLLOCATION_H +#pragma once #include <QMetaType> #include <QString> @@ -68,5 +67,3 @@ inline uint qHash(const SymbolLocation &location) } // namespace ClassView Q_DECLARE_METATYPE(ClassView::Internal::SymbolLocation) - -#endif // CLASSVIEWSYMBOLLOCATION_H |