mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 16:55:46 +03:00
Update coding guidelines policy for include guards
This commit is contained in:
parent
c01d28a471
commit
ca92a74a39
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ Example:
|
|||
|
||||
## 8. Include guard
|
||||
|
||||
`#pragma once` should be used instead of "include guard" in new code:
|
||||
`#pragma once` must be used instead of a "classic include guard":
|
||||
|
||||
```c++
|
||||
// examplewidget.h
|
||||
|
|
Loading…
Reference in a new issue