mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 07:22:57 +02:00
Fix indenting error in setData
This commit is contained in:
parent
3ac7d9552a
commit
780bd84d29
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ def setData(self, index, value, role):
|
|||
self.db.set_pubdate(id, qt_to_dt(val, as_utc=False))
|
||||
else:
|
||||
self.db.set(row, column, val)
|
||||
self.refresh_ids([id], row)
|
||||
self.refresh_ids([id], row)
|
||||
self.dataChanged.emit(index, index)
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue