diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2024-05-27 04:59:20 +0000 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-05-28 09:58:13 +0200 |
| commit | 19056ca1f47d87d995f548a7b3888c0a6282335a (patch) | |
| tree | 8d6af998e70a0cadf95fca1c62b7760588b0e012 | |
| parent | d332a3e3a7a35f8e5825fc10fb649f085243f323 (diff) | |
shiboken: add missing include6.7.1
Amend b829abcc7b2e9fcdb027e653a6a52cdb0706de11 and add missing include
to fix:
| sbkmodule.cpp:459:15: error: ‘Shiboken::Conversions’ has not been declared
| Shiboken::Conversions::clearNegativeLazyCache();
| ^~~~~~~~~~~
Fixes: PYSIDE-2765
Task-number: PYSIDE-2749
Task-number: PYSIDE-2404
Change-Id: I13625848bff3b0e90a53649104d6e5d84553a984
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 6c3759e342efa8b9bcc46e1701eed3a12548db85)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 165fb732a0d3f8870623058d2525667fa5995b0b)
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
| -rw-r--r-- | sources/shiboken6/libshiboken/sbkmodule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/libshiboken/sbkmodule.cpp b/sources/shiboken6/libshiboken/sbkmodule.cpp index 47977d747..c45bf391f 100644 --- a/sources/shiboken6/libshiboken/sbkmodule.cpp +++ b/sources/shiboken6/libshiboken/sbkmodule.cpp @@ -7,6 +7,7 @@ #include "bindingmanager.h" #include "sbkstring.h" #include "sbkcppstring.h" +#include "sbkconverter_p.h" #include <unordered_map> #include <unordered_set> |
