mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-05 05:25:25 -04:00
f1842ae443
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