diff options
author | Slávek Banko <[email protected]> | 2023-01-06 15:41:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-06 15:41:12 +0100 |
commit | 6054548c2546819cb0413bf6438087f5fe8f4ab4 (patch) | |
tree | 06e5cd676dbf2f6f693548d4fa1f99bf9e0db7de /sip/qtgl/qtglmod.sip | |
parent | d31a084fc83d47eef6c6eb3aac76989da9692853 (diff) | |
download | pytqt-6054548c2546819cb0413bf6438087f5fe8f4ab4.tar.gz pytqt-6054548c2546819cb0413bf6438087f5fe8f4ab4.zip |
Update module name definitions to match full name.
This will enable automatic loading of PyTQt modules
for modules that depend on PyTQt modules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'sip/qtgl/qtglmod.sip')
-rw-r--r-- | sip/qtgl/qtglmod.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtgl/qtglmod.sip b/sip/qtgl/qtglmod.sip index e5573e3..abf4054 100644 --- a/sip/qtgl/qtglmod.sip +++ b/sip/qtgl/qtglmod.sip @@ -20,7 +20,7 @@ // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -%Module qtgl 1 +%Module PyTQt.qtgl 1 %Import qt/qtmod.sip |