@ -378,6 +378,8 @@ Newlines can be present between includes to indicate logical grouping, however
@@ -378,6 +378,8 @@ Newlines can be present between includes to indicate logical grouping, however
be wary that clang-format does not sort includes properly this way, electing to
sort each group individually according to the criteria defined above.
Use `#pragma once` rather than include guards in header files. It reduces duplication and avoids a potential cause of bugs.
The following example demonstrates the above include rules:
```c++
@ -572,4 +574,3 @@ For more info, see:
@@ -572,4 +574,3 @@ For more info, see:
[String concatenation with QStringBuilder]: https://blog.qt.io/blog/2011/06/13/string-concatenation-with-qstringbuilder/