mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
(My local) Linter was lacking execute permissions.
Took 3 minutes
This commit is contained in:
parent
fc6ac89098
commit
b288c0e5f6
5 changed files with 12 additions and 6 deletions
|
|
@ -12,8 +12,7 @@ public:
|
|||
{
|
||||
// Replace querier with one that ignores SettingsCache
|
||||
delete querier;
|
||||
querier = new CardDatabaseQuerier(this, this,
|
||||
std::make_shared<NoopCardPreferenceProvider>());
|
||||
querier = new CardDatabaseQuerier(this, this, std::make_shared<NoopCardPreferenceProvider>());
|
||||
};
|
||||
|
||||
LoadStatus loadCardDatabase(const QString &path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue