aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/uncommentselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/uncommentselection.h')
-rw-r--r--src/libs/utils/uncommentselection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/utils/uncommentselection.h b/src/libs/utils/uncommentselection.h
index bba6798c9a..46efe8da97 100644
--- a/src/libs/utils/uncommentselection.h
+++ b/src/libs/utils/uncommentselection.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef UNCOMMENTSELECTION_H
-#define UNCOMMENTSELECTION_H
+#pragma once
#include "utils_global.h"
@@ -60,5 +59,3 @@ void unCommentSelection(QPlainTextEdit *edit,
const CommentDefinition &definiton = CommentDefinition());
} // namespace Utils
-
-#endif // UNCOMMENTSELECTION_H