diff options
Diffstat (limited to 'src/plugins/projectexplorer/editorconfiguration.h')
-rw-r--r-- | src/plugins/projectexplorer/editorconfiguration.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/editorconfiguration.h b/src/plugins/projectexplorer/editorconfiguration.h index 9a5d133175..a968008a57 100644 --- a/src/plugins/projectexplorer/editorconfiguration.h +++ b/src/plugins/projectexplorer/editorconfiguration.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef EDITORCONFIGURATION_H #define EDITORCONFIGURATION_H @@ -54,6 +55,6 @@ private: QTextCodec *m_defaultTextCodec; }; -} +} // ProjectExplorer -#endif +#endif // EDITORCONFIGURATION_H |