79625472

Date: 2025-05-16 15:16:36
Score: 1
Natty:
Report link

In your code, you have self.mod_Indication = QtSql.QSqlQueryModel. You need to add parenthesis to make it work correctly, like self.mod_Indication = QtSql.QSqlQueryModel().

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Starship