mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 09:27:32 -08:00
Almost identical to previous snapshot except for the removal of the QVariant include which appears to be a mistake, quick restore it with a patch for now. No sip-6.9.1 PEP 625 names yet due to this being a "old" release that was just pending being published on pypi, cleaning up will be for the next one. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
16 lines
409 B
Diff
16 lines
409 B
Diff
This was removed between 6.8.0.dev2411020930 and 6.8.0 final, but
|
|
results in a build failure if missing (or at least with Qt6.8.1).
|
|
|
|
qwebengineframe.sip:52:64: error: invalid use of incomplete type 'class QVariant'
|
|
--- a/sip/QtWebEngineCore/qwebengineframe.sip
|
|
+++ b/sip/QtWebEngineCore/qwebengineframe.sip
|
|
@@ -29,4 +29,8 @@
|
|
%End
|
|
|
|
+%TypeCode
|
|
+#include <QVariant>
|
|
+%End
|
|
+
|
|
public:
|
|
bool isValid() const;
|