mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:24:49 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1190463
This commit is contained in:
commit
9975b586bf
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ def set_to_today(self):
|
|||
self.setDateTime(now())
|
||||
|
||||
def set_to_clear(self):
|
||||
self.setDateTime(now())
|
||||
self.setDateTime(UNDEFINED_QDATETIME)
|
||||
|
||||
def keyPressEvent(self, ev):
|
||||
|
|
|
|||
Loading…
Reference in a new issue