diff options
Diffstat (limited to 'src/plugins/texteditor/convenience.h')
-rw-r--r-- | src/plugins/texteditor/convenience.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/convenience.h b/src/plugins/texteditor/convenience.h index 49a4f58130..65dcd6be46 100644 --- a/src/plugins/texteditor/convenience.h +++ b/src/plugins/texteditor/convenience.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CONVENIENCE_H -#define CONVENIENCE_H +#pragma once #include "texteditor_global.h" @@ -48,5 +47,3 @@ TEXTEDITOR_EXPORT QTextCursor flippedCursor(const QTextCursor &cursor); } // Util } // TextEditor - -#endif // CONVENIENCE_H |