Qt: Add cover refresh menu option

This commit is contained in:
Connor McLaughlin
2020-09-24 00:08:29 +10:00
parent 43b0d84a1d
commit 692c2d4aff
6 changed files with 33 additions and 12 deletions

View File

@@ -60,8 +60,9 @@ public Q_SLOTS:
void showGameList();
void showGameGrid();
void setShowCoverTitles(bool enabled);
void listZoomIn();
void listZoomOut();
void gridZoomIn();
void gridZoomOut();
void refreshGridCovers();
protected:
void resizeEvent(QResizeEvent* event);