diff options
Diffstat (limited to 'src/plugins/texteditor/snippets/snippet.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippet.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/snippets/snippet.h b/src/plugins/texteditor/snippets/snippet.h index ef802de519..7b95169a1f 100644 --- a/src/plugins/texteditor/snippets/snippet.h +++ b/src/plugins/texteditor/snippets/snippet.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef SNIPPET_H -#define SNIPPET_H +#pragma once #include <texteditor/texteditor_global.h> @@ -103,5 +102,3 @@ private: }; } // TextEditor - -#endif // SNIPPET_H |