Remove deprecated module version numbers in sip files

This commit is contained in:
Kovid Goyal 2017-06-02 10:30:35 +05:30
parent c047918e5d
commit 3851a4df3d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the qt_hack code
//Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module(name=qt_hack, version=1)
%Module(name=qt_hack)
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the pictureflow widget
//Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module(name=pictureflow, version=1)
%Module(name=pictureflow)
%Import QtWidgets/QtWidgetsmod.sip

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the QProgressIndicator widget
//Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module(name=progress_indicator, version=1)
%Module(name=progress_indicator)
%Import QtWidgets/QtWidgetsmod.sip

View File

@ -1,7 +1,7 @@
//Define the SIP wrapper to the imageops code
//Author - Kovid Goyal <kovid@kovidgoyal.net>
%Module(name=imageops, version=1)
%Module(name=imageops)
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip