mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 01:55:40 -04:00
Qt: Support changing theme without reopening window
This commit is contained in:
@ -146,6 +146,12 @@ void GameListModel::updateCacheSize(int width, int height)
|
||||
m_cover_pixmap_cache.SetMaxCapacity(static_cast<int>(std::max(num_columns * num_rows, MIN_COVER_CACHE_SIZE)));
|
||||
}
|
||||
|
||||
void GameListModel::reloadCommonImages()
|
||||
{
|
||||
loadCommonImages();
|
||||
refresh();
|
||||
}
|
||||
|
||||
void GameListModel::loadOrGenerateCover(const GameList::Entry* ge)
|
||||
{
|
||||
QFuture<QPixmap> future =
|
||||
|
Reference in New Issue
Block a user