Skip to content

GDB printers: Allow to print Qt6 QString

Daniel Schürmann requested to merge daschuer/kdevelop:qt_printer into master

From Qt6 QString has a ptr member that points to the actual string.

This also fixes the failing test QtPrintersTest::testQString() when building with Qt6

Merge request reports