From 322594c9dfebf945fa1f518f63b8d9f54d8ccd31 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Tue, 1 Feb 2022 11:45:33 +0100 Subject: nothing.h - why is it required? - added a short comment on why this file is required. Change-Id: Iad11c049ea4ce3d9a47d37b94d2cb307979e62cd Reviewed-by: Friedemann Kleint (cherry picked from commit 3a16f9f0a9d8081e3dfe076b12840a857b4ee3ce) Reviewed-by: Qt Cherry-pick Bot --- sources/shiboken6/shibokenmodule/nothing.h | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3