hiii

i have such kind of lists...
QList<QPair<QString, int> > instructionList;
QList<QPair<int, int> > issuedinstrlist;

i tried clear() but when i tried to re-enter values its showing error..

again qDeleteAll() is not working...

so what do i do

all i need is that the elements in this qlist be cleared such that next tim i work on it it would start a new list...