probably QStringList qs; is out of scope and since qs is created on stack, it automatically is deleted.
probably QStringList qs; is out of scope and since qs is created on stack, it automatically is deleted.
Last edited by spirit; 22nd September 2009 at 15:58.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks