aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-07-18 19:19:35 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-07-22 12:50:20 +0000
commit0783569a0080bf6ad2693b840aa7a82ca81a6c0b (patch)
treeb5a26214ad96583804eccbf3d48accc6ba3b7e82 /src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h
parent62e0c4710cc0c146cd057840d2b02ae06313c359 (diff)
Add additional namespaces and ifdef guard prefixes
... to avoid a possible future conflicts with a same class names (e.g. at attempt to add a new generators). Change-Id: Ib8c4218a7f76e2a001dd1354b7676a0843a109ea Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h')
-rw-r--r--src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h b/src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h
index 06e623f2f..2d8c53b84 100644
--- a/src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h
+++ b/src/plugins/generator/iarew/archs/avr/avrcompilersettingsgroup_v7.h
@@ -28,12 +28,14 @@
**
****************************************************************************/
-#ifndef QBS_AVRCOMPILERSETTINGSGROUP_V7_H
-#define QBS_AVRCOMPILERSETTINGSGROUP_V7_H
+#ifndef QBS_IAREWAVRCOMPILERSETTINGSGROUP_V7_H
+#define QBS_IAREWAVRCOMPILERSETTINGSGROUP_V7_H
#include "../../iarewsettingspropertygroup.h"
namespace qbs {
+namespace iarew {
+namespace avr {
namespace v7 {
class AvrCompilerSettingsGroup final : public IarewSettingsPropertyGroup
@@ -55,6 +57,8 @@ private:
};
} // namespace v7
+} // namespace avr
+} // namespace iarew
} // namespace qbs
-#endif // QBS_AVRCOMPILERSETTINGSGROUP_V7_H
+#endif // QBS_IAREWAVRCOMPILERSETTINGSGROUP_V7_H