mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef TRISTATEBOOL_H
|
||||
#define TRISTATEBOOL_H
|
||||
#pragma once
|
||||
|
||||
class TriStateBool
|
||||
{
|
||||
@@ -68,5 +67,3 @@ constexpr bool operator!=(const TriStateBool &left, const TriStateBool &right)
|
||||
{
|
||||
return !(left == right);
|
||||
}
|
||||
|
||||
#endif // TRISTATEBOOL_H
|
||||
|
||||
Reference in New Issue
Block a user