mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Extract method
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
class QAbstractListModel;
|
||||
class QItemSelectionModel;
|
||||
class QQuickWidget;
|
||||
class QQmlContext;
|
||||
|
||||
class YACReaderToolBarStretch;
|
||||
class YACReaderComicsSelectionHelper;
|
||||
@ -64,6 +65,7 @@ protected slots:
|
||||
void requestedContextMenu(const QPoint &point);
|
||||
|
||||
void setCoversSize(int width);
|
||||
void updateCoversSizeInContext(int width, QQmlContext *ctxt);
|
||||
|
||||
void dummyUpdater(); // TODO remove this
|
||||
|
||||
|
Reference in New Issue
Block a user