mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
[Picture Loader] Consider local images, remove some unused variables. (#5985)
* Consider local images, remove some unused variables. * Move checking for local card images outside of card download loop, add NOT found debug line. --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
30730fe632
commit
f059643187
5 changed files with 102 additions and 67 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
inline bool confirmOverwriteIfExists(QWidget *parent, const QString &filePath);
|
||||
|
||||
class DeckPreviewWidget;
|
||||
class DeckPreviewDeckTagsDisplayWidget : public QWidget
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue