summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerstringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerstringutils.h')
-rw-r--r--src/plugins/debugger/debuggerstringutils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/debuggerstringutils.h b/src/plugins/debugger/debuggerstringutils.h
index 653bb739f2..11cf8f2aab 100644
--- a/src/plugins/debugger/debuggerstringutils.h
+++ b/src/plugins/debugger/debuggerstringutils.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef DEBUGGERSTRINGUTILS_H
-#define DEBUGGERSTRINGUTILS_H
+#pragma once
#ifndef qdoc
@@ -43,5 +42,3 @@ inline QString _(const QByteArray &ba) { return QString::fromLatin1(ba, ba.size(
} // namespace Debugger
#endif // qdoc
-
-#endif // DEBUGGERSTRINGUTILS_H