dev-python/pyqt6-webengine: drop unused patch

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-10-22 10:08:30 -04:00
parent 0be52b5a16
commit 6d2940d0a5

View File

@@ -1,15 +0,0 @@
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;