mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 21:15:24 -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