79089325

Date: 2024-10-15 09:34:53
Score: 1
Natty:
Report link

As of Qt 6.8 there is a new QSqlDatabase function that supports moving QSqlDatabase instance to a different thread:

bool QSqlDatabase::moveToThread(QThread *targetThread)

Qt Doc

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zord