mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
Port: setMargin() reset() QStringList()
setMargin(): QLayout no longer has a setMargin() function, replace with setContentsMargins() reset(): QAbstractListModel no longer has reset(), replace with beginResetModel(), endResetModel() QStringList: No longer exists, a simply python list of strings works instead
This commit is contained in:
@@ -6,6 +6,8 @@ from __future__ import (unicode_literals, division, absolute_import,
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
# QT5XX: See why mouse wheel is not working in diff view
|
||||
|
||||
# QT5XX: Delete this file after migration is completed
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user