mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Merge pull request #12691 from Chocobo1/iterator
Support range-based iteration in IndexRange class
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