aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/sbkstaticstrings_p.h
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2020-12-26 13:01:20 +0100
committerChristian Tismer <tismer@stackless.com>2021-01-04 14:38:10 +0100
commit8998f9c1a9116151b679c61ad36fedcc74cc75a1 (patch)
tree1d7c8f01d7207a3def152ddfaef0a27e12ee582f /sources/shiboken6/libshiboken/sbkstaticstrings_p.h
parent5f1a3d89c4b90b1929f23b33ddd7027fceff983a (diff)
basewrapper: clear all traces of special Q*Application treatment
After simplifying qApp so much, it is no longer necessary to treat Q*Application special. We now can allow garbage collection for all objects which simplifies the code quite much. Then it was easy to shrink the implementation to a single function `MakeQAppWrapper`, which made the whole "qapp_macro" files no longer necessary. This cosmetic change will probably not be back-ported to 5.15 . Task-number: PYSIDE-1447 Change-Id: I8ae3c5575e62bd7b5d6bac65c25775c712bb178f Pick-to: 6.0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken6/libshiboken/sbkstaticstrings_p.h')
-rw-r--r--sources/shiboken6/libshiboken/sbkstaticstrings_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/libshiboken/sbkstaticstrings_p.h b/sources/shiboken6/libshiboken/sbkstaticstrings_p.h
index acfc71409..308966481 100644
--- a/sources/shiboken6/libshiboken/sbkstaticstrings_p.h
+++ b/sources/shiboken6/libshiboken/sbkstaticstrings_p.h
@@ -51,6 +51,7 @@ PyObject *marshal();
PyObject *method();
PyObject *mro();
PyObject *overload();
+PyObject *qApp();
PyObject *staticmethod();
} // namespace PyName
namespace PyMagicName