diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorconstants.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorconstants.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorconstants.h b/src/plugins/pythoneditor/pythoneditorconstants.h index 24a8cff3ef..a84281aaa5 100644 --- a/src/plugins/pythoneditor/pythoneditorconstants.h +++ b/src/plugins/pythoneditor/pythoneditorconstants.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef PYTHONEDITOR_CONSTANTS_H -#define PYTHONEDITOR_CONSTANTS_H +#pragma once #include <QtGlobal> @@ -43,5 +42,3 @@ const char C_PY_MIME_ICON[] = "text-x-python"; } // namespace Constants } // namespace PythonEditor - -#endif // PYTHONEDITOR_CONSTANTS_H |