(My local) Linter was lacking execute permissions.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-09-28 19:14:39 +02:00
parent fc6ac89098
commit b288c0e5f6
5 changed files with 12 additions and 6 deletions

View file

@ -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)