aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-24 10:01:52 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-24 10:01:52 +0100
commit491e85ef2bb7b39de39604b8e20f679c97a2981a (patch)
tree15f84b1e68a03d8ff5f6fcaa33a17e56444c37c5 /sources/shiboken2/generator
parentfa709e93b80ac7d92dbf6be6d5ce807b4e487e1d (diff)
parentd579912b31d7cfa7b0b216916fbbf3eb632a9d9d (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'sources/shiboken2/generator')
-rw-r--r--sources/shiboken2/generator/shiboken2/cppgenerator.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/shiboken2/generator/shiboken2/cppgenerator.cpp b/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
index f9020420f..5697a24e0 100644
--- a/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
+++ b/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
@@ -5818,10 +5818,6 @@ bool CppGenerator::finishGeneration()
s << INDENT << "FinishSignatureInitialization(module, " << moduleName()
<< "_SignatureStrings);\n";
- if (usePySideExtensions()) {
- // initialize the qApp module.
- s << INDENT << "NotifyModuleForQApp(module, qApp);\n";
- }
s << Qt::endl;
s << "SBK_MODULE_INIT_FUNCTION_END\n";