diff options
Diffstat (limited to 'src/plugins/qmljseditor/qmljsfindreferences.h')
-rw-r--r-- | src/plugins/qmljseditor/qmljsfindreferences.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qmljseditor/qmljsfindreferences.h b/src/plugins/qmljseditor/qmljsfindreferences.h index 4fddc56bef..2d8cb9aaeb 100644 --- a/src/plugins/qmljseditor/qmljsfindreferences.h +++ b/src/plugins/qmljseditor/qmljsfindreferences.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef QMLJSFINDREFERENCES_H -#define QMLJSFINDREFERENCES_H +#pragma once #include "qmljseditor_global.h" @@ -92,5 +91,3 @@ private: }; } // namespace QmlJSEditor - -#endif // QMLJSFINDREFERENCES_H |