79830842

Date: 2025-11-26 14:52:47
Score: 2
Natty:
Report link

In case this helps others. I was having this same runtime error when calling a really simple function. Finally I did realize I did mistakenly declare the function to return a QString value, when it wasn't my intention. Since the function was expected to return something, and it didn't, the error occured just before ending the function call.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adrian Platte