mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bd3ca9a0cc
commit
c74ed9e887
@ -271,12 +271,10 @@ class PdfEngine(QPaintEngine):
|
||||
return QPaintEngine.Pdf
|
||||
|
||||
def drawPixmap(self, rect, pixmap, source_rect):
|
||||
print ('drawPixmap() currently unimplemented')
|
||||
pass # TODO: Implement me
|
||||
print ('TODO: drawPixmap() currently unimplemented')
|
||||
|
||||
def drawImage(self, rect, image, source_rect, flags=Qt.AutoColor):
|
||||
print ('drawImage() currently unimplemented')
|
||||
pass # TODO: Implement me
|
||||
print ('TODO: drawImage() currently unimplemented')
|
||||
|
||||
def updateState(self, state):
|
||||
self.graphics_state.read(state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user