79820151

Date: 2025-11-14 15:04:42
Score: 0.5
Natty:
Report link

Treat subList as a QVariant when you append it:

QVariantList containerList;
containerList.append(QVariant(subList));

Thanks to @G.M. for the solution.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Paul Masri-Stone