aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/pyside6/PySide6/QtSql/typesystem_sql.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtSql/typesystem_sql.xml b/sources/pyside6/PySide6/QtSql/typesystem_sql.xml
index c67a48793..18f49aecc 100644
--- a/sources/pyside6/PySide6/QtSql/typesystem_sql.xml
+++ b/sources/pyside6/PySide6/QtSql/typesystem_sql.xml
@@ -123,7 +123,10 @@
<include file-name="QStringList" location="global"/>
<include file-name="QSize" location="global"/>
</extra-includes>
- <modify-function signature="setQuery(QSqlQuery)" allow-thread="yes"/>
+ <!-- FIXME: PYSIDE7: Handle setQuery(QSqlQuery&&) in some way?
+ QTBUG-91766/PYSIDE-2394 -->
+ <modify-function signature="setQuery(QSqlQuery)" allow-thread="yes"
+ deprecated="false"/>
<modify-function signature="setQuery(QString,QSqlDatabase)" allow-thread="yes"/>
<!-- FIXME: PYSIDE7: Probably needs a fix, make QSqlQuery an object type?
QTBUG-105048/PYSIDE-2300 -->