aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-02-01 11:45:33 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-01 15:32:24 +0000
commit322594c9dfebf945fa1f518f63b8d9f54d8ccd31 (patch)
tree731473723852a0087b33173ff2e8496ae4f3ae7b
parent94d38216abe72a614956b095f5e37c4c83609a30 (diff)
nothing.h - why is it required?
- added a short comment on why this file is required. Change-Id: Iad11c049ea4ce3d9a47d37b94d2cb307979e62cd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 3a16f9f0a9d8081e3dfe076b12840a857b4ee3ce) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/shibokenmodule/nothing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/shibokenmodule/nothing.h b/sources/shiboken6/shibokenmodule/nothing.h
index e69de29bb..2f558afcb 100644
--- a/sources/shiboken6/shibokenmodule/nothing.h
+++ b/sources/shiboken6/shibokenmodule/nothing.h
@@ -0,0 +1,3 @@
+// This is a placeholder file for shiboken, because shiboken expects a header file listing the
+// header files whose bindings are to be created. This file is empty because shibokenmodule
+// functions are implemented directly inside the typesystem_shiboken.xml file through CPython code.