Lekensteyn / qt5printers

GDB Pretty printers for Qt5
https://bugs.kde.org/show_bug.cgi?id=331044
133 stars 31 forks source link

Error when QMap has key with pointer to user-defined type, e.g., 'MyClass *' #7

Open kevinarpe opened 4 years ago

kevinarpe commented 4 years ago

Here is the patch for Python class QMapPrinter that works for me locally: https://github.com/kevinarpe/qt5printers/commit/52903c492b302af48396700549b4642ca4f21328

I am not a GDB/Qt/Python expert, so I did not submit a pull request yet.

sgoth commented 4 years ago

Your patch works fine for me too, thanks!