mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Use smaller data type for TriStateBool
This commit is contained in:
parent
4eafe7a2c8
commit
d143929454
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
bool operator!=(const TriStateBool &other) const;
|
||||
|
||||
private:
|
||||
int m_value = -1; // Undefined by default
|
||||
signed char m_value = -1; // Undefined by default
|
||||
};
|
||||
|
||||
#endif // TRISTATEBOOL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue