Do not insert new values in reversed order.
commite876732c571fb6fcfd587146c40344abfd5338d8
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 3 Dec 2006 20:48:07 +0000 (3 21:48 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 3 Dec 2006 20:48:07 +0000 (3 21:48 +0100)
tree47606b4de6af02ed37db9639b0abcb693d039ecb
parentecb9ea1ace5c379800c5df8b5438e87ee7649b66
Do not insert new values in reversed order.

Unfortunately, QListView inserts new items at the top instead of at the bottom.
When a new value is inserted at the top-most level, we must scan the list
for the last entry. Inserting new children is simpler, because we always
replace the entire list, so that we can keep track of the last one that
was inserted.
kdbg/exprwnd.cpp
kdbg/exprwnd.h