Hello to all,
Could anyone please provide me with the Qt4 version of qt3's QValueList? I can find no mention of it's successor in Qt4 documentation.
Thank you,
Math
Printable View
Hello to all,
Could anyone please provide me with the Qt4 version of qt3's QValueList? I can find no mention of it's successor in Qt4 documentation.
Thank you,
Math
Hi,
QValueList<T> has been replaced by QList<T> and QLinkedList<T>.
The page "Porting to Qt 4" lists the replacements, but I agree that each function should also tell you what to choose next in it's own documentation.
Best,
jay
Thank you kindly, I found what you were referring to.
Cheers,
Math