mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Remove const from class variables
It prohibits copy construction, copy assignment and move semantics.
This commit is contained in:
@@ -47,5 +47,5 @@ public:
|
||||
APIErrorType type() const;
|
||||
|
||||
private:
|
||||
const APIErrorType m_type;
|
||||
APIErrorType m_type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user