Convert the option list from QStringList to a QSet.
commitd71f8ef32707f4108f2e333b662ce34cda15d38d
authorJohannes Sixt <j6t@kdbg.org>
Sat, 16 Oct 2010 22:16:33 +0000 (17 00:16 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 21 Oct 2010 20:07:13 +0000 (21 22:07 +0200)
tree5de67e393eee3a9f73e2e453cdf1956df37b6eff
parent1dfeede25fcbfdee1a70853df5e94d1f14aa2f65
Convert the option list from QStringList to a QSet.

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