mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-08 03:52:26 +00:00
Use smaller data type for TriStateBool
This commit is contained in:
parent
4eafe7a2c8
commit
d143929454
@ -47,7 +47,7 @@ public:
|
|||||||
bool operator!=(const TriStateBool &other) const;
|
bool operator!=(const TriStateBool &other) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int m_value = -1; // Undefined by default
|
signed char m_value = -1; // Undefined by default
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TRISTATEBOOL_H
|
#endif // TRISTATEBOOL_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user