mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Use smaller data type for TriStateBool
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user