mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-25 23:43:46 +01:00
...
This commit is contained in:
parent
71df2ca851
commit
b05504d94c
1 changed files with 1 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ def textChanged(self):
|
|||
|
||||
def clear(self):
|
||||
self.lineEdit().clear()
|
||||
EnComboBox.clear(self)
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PyQt4.Qt import QDialog, QVBoxLayout
|
||||
|
|
|
|||
Loading…
Reference in a new issue