Qt 6.11 is out! See what's new in the release
blog
Problem subclassing QIODevice
-
-
Hi,
isSequential is virtual. You overload that method.
There's no reason for a setter as devices usually can't change their type like that on the fly.
-
Hi,
isSequential is virtual. You overload that method.
There's no reason for a setter as devices usually can't change their type like that on the fly.
-
You need to implement it to work sequentially and that should be it.