diff options
Diffstat (limited to 'src/plugins/texteditor/snippets/snippetscollection.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippetscollection.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/snippets/snippetscollection.h b/src/plugins/texteditor/snippets/snippetscollection.h index c0450ff66d..98e9d80f24 100644 --- a/src/plugins/texteditor/snippets/snippetscollection.h +++ b/src/plugins/texteditor/snippets/snippetscollection.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef SNIPPETSCOLLECTION_H -#define SNIPPETSCOLLECTION_H +#pragma once #include "snippet.h" @@ -137,5 +136,3 @@ private: } // Internal } // TextEditor - -#endif // SNIPPETSCOLLECTION_H |