diff options
Diffstat (limited to 'src/plugins/texteditor/quickfix.h')
-rw-r--r-- | src/plugins/texteditor/quickfix.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/quickfix.h b/src/plugins/texteditor/quickfix.h index 56a1cb80b1..efb9f10619 100644 --- a/src/plugins/texteditor/quickfix.h +++ b/src/plugins/texteditor/quickfix.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef TEXTEDITORQUICKFIX_H -#define TEXTEDITORQUICKFIX_H +#pragma once #include "texteditor_global.h" @@ -120,5 +119,3 @@ public: } // namespace TextEditor Q_DECLARE_METATYPE(TextEditor::QuickFixOperation::Ptr) - -#endif // TEXTEDITORQUICKFIX_H |