[SOLVED] Remove entire QStringList
Hello
How can I remove all objects of a QStringList. I tried it with a while-loop like this:
- while( myStringList[0] != NULL)
- {
- myStringList.removeLast();
- }
I always encountered runtime errors. Compiling was no problem.
Thx for help!
2 replies
You must log in to post a reply. Not a member yet? Register here!


