Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 24, 2015
1 parent 36ed6c2 commit 0aa5efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calibre/gui2/tweak_book/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ def __init__(self, parent=None):
Dialog.__init__(self, _('Reports'), 'reports-dialog', parent=parent)
self.data_gathered.connect(self.display_data, type=Qt.QueuedConnection)
self.setAttribute(Qt.WA_DeleteOnClose, False)
self.setWindowIcon(QIcon(I('reports.png')))

def setup_ui(self):
self.l = l = QVBoxLayout(self)
Expand Down

0 comments on commit 0aa5efc

Please sign in to comment.