mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Back out temp change to cover_flow
This commit is contained in:
parent
c1c1f43654
commit
93a425d767
@ -67,9 +67,7 @@ if pictureflow is not None:
|
|||||||
return ans
|
return ans
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
from PyQt4.Qt import SIGNAL ### TEMP
|
self.dataChanged.emit()
|
||||||
self.emit(SIGNAL('dataChanged()')) # TEMP
|
|
||||||
# self.dataChanged.emit()
|
|
||||||
|
|
||||||
def image(self, index):
|
def image(self, index):
|
||||||
return self.model.cover(index)
|
return self.model.cover(index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user