diff options
Diffstat (limited to 'src/plugins/projectexplorer/persistentsettings.h')
-rw-r--r-- | src/plugins/projectexplorer/persistentsettings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/persistentsettings.h b/src/plugins/projectexplorer/persistentsettings.h index ae0fea0c61..a1bb19b833 100644 --- a/src/plugins/projectexplorer/persistentsettings.h +++ b/src/plugins/projectexplorer/persistentsettings.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef PERSISTENTSETTINGS_H #define PERSISTENTSETTINGS_H @@ -70,6 +71,6 @@ private: QMap<QString, QVariant> m_valueMap; }; -} //namespace ProjectExplorer +} // namespace ProjectExplorer -#endif //PERSISTENTSETTINGS_H +#endif // PERSISTENTSETTINGS_H |