gentoo/dev-python/pyqt6-webengine/files/pyqt6-webengine-6.8.0-qvariant.patch
Ionen Wolkens 4fea1dcf05
dev-python/pyqt6-webengine: add 6.8.0
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>
2024-12-12 17:34:57 -05:00

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;