Problem subclassing QIODevice
Unsolved
General and Desktop
-
-
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.