Back out temp change to cover_flow

This commit is contained in:
Charles Haley 2010-06-10 21:32:05 +01:00
parent c1c1f43654
commit 93a425d767

View File

@ -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)