Closed GoogleCodeExporter closed 9 years ago
Can you share the errors you're getting? Need more context to justify a change.
Original comment by lst...@gmail.com
on 4 Apr 2010 at 5:36
[deleted comment]
from Qt docs
"void QList::append ( const QList<T> & value )
....
This function was introduced in Qt 4.5."
The compiler cannot find a class method void QList::append ( const QList<T> &
value ) in
Qt version < 4.5
Original comment by prostoRo...@gmail.com
on 13 Apr 2010 at 7:29
OR
portNameList += dir.entryList(portNamePrefixes, (QDir::System | QDir::Files),
QDir::Name));
Original comment by prostoRo...@gmail.com
on 20 Jul 2010 at 5:19
Thanks.
Original comment by dbzhang...@gmail.com
on 16 Mar 2012 at 6:34
Original issue reported on code.google.com by
prostoRo...@gmail.com
on 29 Mar 2010 at 11:29