QQueue<QString> . is possible _
-
wrote on 14 Apr 2018, 16:57 last edited by
Hi,
How can I use QString in QQueue ?
thx
-
Hi
Its template based so QString should just work.What did you try and what didn't work ?
The rule is that the type must be assignable
http://doc.qt.io/qt-5/containers.html#assignable-data-type
and QString is that.
1/2