mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Drop superfluous const
This commit is contained in:
parent
15de7aed9a
commit
5f00d42a49
19 changed files with 52 additions and 52 deletions
|
@ -53,7 +53,7 @@ namespace Utils::IO
|
|||
using pointer = void;
|
||||
using reference = void;
|
||||
|
||||
explicit FileDeviceOutputIterator(QFileDevice &device, const int bufferSize = (4 * 1024));
|
||||
explicit FileDeviceOutputIterator(QFileDevice &device, int bufferSize = (4 * 1024));
|
||||
FileDeviceOutputIterator(const FileDeviceOutputIterator &other) = default;
|
||||
~FileDeviceOutputIterator();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue