Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
Description
Maybe iterator support could be added for QIODevice for reading from and for writing to it (I suppose different set of iterators for both directions). Currently it only accepts QByteArray or pointer + size (not even views), but maybe there could also be an overload that takes 2 iterators in for writing data. And begin/end for reading from it.