Convert parseThreadList() from Q[Ptr]List to std::list.
commit2fa4a36c3f07f024eb64ca231c19bf9cdbdfcf86
authorJohannes Sixt <j6t@kdbg.org>
Sat, 3 Jan 2009 21:52:56 +0000 (3 22:52 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 5 Jan 2009 13:07:15 +0000 (5 14:07 +0100)
tree536455db09368e6faf84abc63fce1cfce2f3eabe
parent2ece2d36e47a8ccf5b08bd3c1a71c4c54454dde9
Convert parseThreadList() from Q[Ptr]List to std::list.

In this conversion, we can replace the return value by the result of the
parser because previously we had always returned 'true'.
kdbg/dbgdriver.h
kdbg/dbgmainwnd.cpp
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/threadlist.cpp
kdbg/threadlist.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h