Convert a QStringList to a std::list<QString>.
commit1dfeede25fcbfdee1a70853df5e94d1f14aa2f65
authorJohannes Sixt <j6t@kdbg.org>
Sat, 16 Oct 2010 21:27:47 +0000 (16 23:27 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 21 Oct 2010 20:07:13 +0000 (21 22:07 +0200)
tree18eb8a1710c4f0e23ec40c7a0375c0811a209d3e
parent6c60f5ba3a045da3f9ff760cefeda0f4daca3680
Convert a QStringList to a std::list<QString>.

This gets rid of a use of QStringList::find(), which is a Qt3 compatibility
function.
kdbg/debugger.cpp
kdbg/debugger.h