mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix SIP deprecation warnings
This commit is contained in:
parent
a243e66f33
commit
7bd60b57f0
@ -1,7 +1,7 @@
|
|||||||
//Define the SIP wrapper to the pictureflow widget
|
//Define the SIP wrapper to the pictureflow widget
|
||||||
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
|
|
||||||
%Module pictureflow 1
|
%Module(name=pictureflow, version=1)
|
||||||
|
|
||||||
%Import QtCore/QtCoremod.sip
|
%Import QtCore/QtCoremod.sip
|
||||||
%Import QtGui/QtGuimod.sip
|
%Import QtGui/QtGuimod.sip
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//Define the SIP wrapper to the QProgressIndicator widget
|
//Define the SIP wrapper to the QProgressIndicator widget
|
||||||
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
|
|
||||||
%Module progress_indicator 1
|
%Module(name=progress_indicator, version=1)
|
||||||
|
|
||||||
%Import QtCore/QtCoremod.sip
|
%Import QtCore/QtCoremod.sip
|
||||||
%Import QtGui/QtGuimod.sip
|
%Import QtGui/QtGuimod.sip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user