diff options
Diffstat (limited to 'src/plugins/cpptools/cppcompletionassist.h')
-rw-r--r-- | src/plugins/cpptools/cppcompletionassist.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cppcompletionassist.h b/src/plugins/cpptools/cppcompletionassist.h index 738840cd15..14a9e9190c 100644 --- a/src/plugins/cpptools/cppcompletionassist.h +++ b/src/plugins/cpptools/cppcompletionassist.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPCOMPLETIONASSIST_H -#define CPPCOMPLETIONASSIST_H +#pragma once #include "builtineditordocumentparser.h" #include "cppcompletionassistprocessor.h" @@ -214,5 +213,3 @@ private: } // CppTools Q_DECLARE_METATYPE(CPlusPlus::Symbol *) - -#endif // CPPCOMPLETIONASSIST_H |