diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-06 15:41:12 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-06 15:41:12 +0100 |
commit | 6054548c2546819cb0413bf6438087f5fe8f4ab4 (patch) | |
tree | 06e5cd676dbf2f6f693548d4fa1f99bf9e0db7de /sip/qtui/qtuimod.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 <slavek.banko@axis.cz>
Diffstat (limited to 'sip/qtui/qtuimod.sip')
-rw-r--r-- | sip/qtui/qtuimod.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtui/qtuimod.sip b/sip/qtui/qtuimod.sip index 24324c7..9e61e98 100644 --- a/sip/qtui/qtuimod.sip +++ b/sip/qtui/qtuimod.sip @@ -21,7 +21,7 @@ // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -%Module qtui 1 +%Module PyTQt.qtui 1 %Import qt/qtmod.sip |