mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Remove deprecated module version numbers in sip files
This commit is contained in:
parent
c047918e5d
commit
3851a4df3d
@ -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…
x
Reference in New Issue
Block a user