mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
Remove deprecated module version numbers in sip files
This commit is contained in:
parent
c047918e5d
commit
3851a4df3d
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue