diff options
Diffstat (limited to 'src/plugins/debugger/breakpoint.h')
-rw-r--r-- | src/plugins/debugger/breakpoint.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h index 509f1660c6..deabf6b028 100644 --- a/src/plugins/debugger/breakpoint.h +++ b/src/plugins/debugger/breakpoint.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef DEBUGGER_BREAKPOINT_H -#define DEBUGGER_BREAKPOINT_H +#pragma once #include <QMetaType> #include <QString> @@ -232,6 +231,3 @@ inline uint qHash(const Debugger::Internal::BreakpointModelId &id) Q_DECLARE_METATYPE(Debugger::Internal::BreakpointModelId) Q_DECLARE_METATYPE(Debugger::Internal::BreakpointResponseId) - - -#endif // DEBUGGER_BREAKPOINT_H |