Quote Originally Posted by MrDeath View Post
and better use QStringList instead of QList<QString>
...only if you really need some functions provided by QStringList (and not by QList itself). If not there is no need for that since QStringList inherits QList<QString>...