mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
Fix SIP deprecation warnings
This commit is contained in:
parent
a243e66f33
commit
7bd60b57f0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//Define the SIP wrapper to the pictureflow widget
|
||||
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
||||
|
||||
%Module pictureflow 1
|
||||
%Module(name=pictureflow, version=1)
|
||||
|
||||
%Import QtCore/QtCoremod.sip
|
||||
%Import QtGui/QtGuimod.sip
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//Define the SIP wrapper to the QProgressIndicator widget
|
||||
//Author - Kovid Goyal <kovid@kovidgoyal.net>
|
||||
|
||||
%Module progress_indicator 1
|
||||
%Module(name=progress_indicator, version=1)
|
||||
|
||||
%Import QtCore/QtCoremod.sip
|
||||
%Import QtGui/QtGuimod.sip
|
||||
|
|
|
|||
Loading…
Reference in a new issue