mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 23:15:09 +01:00
...
This commit is contained in:
parent
6489fb251f
commit
15fb2a14f0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
from PyQt5.Qt import (
|
||||
QDialog, QVBoxLayout, QHBoxLayout, QTreeWidget, QLabel, QPushButton,
|
||||
QDialogButtonBox, QApplication, QTreeWidgetItem, QLineEdit, Qt, QSize,
|
||||
QApplication, QTreeWidgetItem, QLineEdit, Qt, QSize,
|
||||
QTimer, QIcon, QTextEdit, QSplitter, QWidget, QGridLayout, pyqtSignal)
|
||||
|
||||
from calibre.gui2.dialogs.confirm_delete import confirm
|
||||
|
|
|
|||
Loading…
Reference in a new issue