mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
[PictureLoader] Periodically refresh the local images index (#5997)
This commit is contained in:
parent
b69091a51a
commit
c1f12f52ae
2 changed files with 15 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <QLoggingCategory>
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
inline Q_LOGGING_CATEGORY(PictureLoaderLocalLog, "picture_loader.local");
|
||||
|
||||
|
|
@ -26,8 +27,9 @@ private:
|
|||
bool overrideAllCardArtWithPersonalPreference;
|
||||
|
||||
QMultiHash<QString, QString> customFolderIndex; // multimap of cardName to picPaths
|
||||
QTimer *refreshTimer;
|
||||
|
||||
void createIndex();
|
||||
void refreshIndex();
|
||||
|
||||
QImage
|
||||
tryLoadCardImageFromDisk(const QString &setName, const QString &correctedCardName, bool searchCustomPics) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue