summaryrefslogtreecommitdiff
blob: 1b5b4e2667eb5c9cf62c6291b9b1475a8fa3e7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Bit is removed in Qt6.6, fixes build with USE=sql ahead of next release.

USE=bluetooth is still broken, but is not essential (no revdeps), and
can instead be masked for the time being.
--- a/sip/QtCore/QtCoremod.sip
+++ b/sip/QtCore/QtCoremod.sip
@@ -24,3 +24,3 @@
 
-%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0}
+%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0 Qt_6_6_0}
 
--- a/sip/QtSql/qsqlresult.sip
+++ b/sip/QtSql/qsqlresult.sip
@@ -65,3 +65,5 @@
     int boundValueCount() const;
+%If (- Qt_6_6_0)
     QList<QVariant> &boundValues() const;
+%End
     QString executedQuery() const;