Re: Spurious critical warnings in console



On 10-10-2007, at 15:14:06 Michael Baranov wrote:


>         if (it && it!=children.end()) {
>             selection->select(++it);
>         }
You are just trying to move selection beyond treeview. You should first
increase your iterator and then check if it is equal to children.end().



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]