Replace a Q[Ptr]List by std::list in the debugger driver.
commit98de66d0efbed9941a8c5982ad0e3620c7d4eca0
authorJohannes Sixt <j6t@kdbg.org>
Tue, 30 Dec 2008 22:04:05 +0000 (30 23:04 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 5 Jan 2009 13:07:14 +0000 (5 14:07 +0100)
treeabe91e33821bb9cd7089e43570f13912175063fb
parentef6f1705893800a7b4f55b227ae0deee9e92ab47
Replace a Q[Ptr]List by std::list in the debugger driver.

This removes an old-fashioned implicitly pointer-based container by one
that explicitly holds pointers.
kdbg/dbgdriver.cpp
kdbg/dbgdriver.h