Modernize test programs.
commit47c9709eebf7a3fd366dec3280596c36446e715a
authorJohannes Sixt <j6t@kdbg.org>
Tue, 20 Mar 2018 19:44:06 +0000 (20 20:44 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 20 Mar 2018 19:44:06 +0000 (20 20:44 +0100)
tree9a4e423b819ae4e5b2a7870c4c87e1bd984eea7f
parent9f78e7f40827d6be7408cc937374253d7d7e4825
Modernize test programs.

Test programs still depend on Qt3. Move them to Qt5. The old Qt tests in
qt.cpp are now mostly unusable because the classes QValueList and
QValueVector do not exist anymore. Furthermore, the sharing of data between
instances in QMap is now opaque and the debugger cannot show useful
information anymore. Remove those tests. Add a QString test to show that
QString values can still be displayed.
kdbg/testprogs/Makefile
kdbg/testprogs/qt.cpp
kdbg/testprogs/repeats.cpp
kdbg/testprogs/testfile.cpp