This commit is contained in:
RickyRister 2026-05-15 08:40:52 +02:00 committed by GitHub
commit 279359642d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 93 additions and 104 deletions

View file

@ -7,10 +7,8 @@
#include <qrandom.h>
CardDatabaseQuerier::CardDatabaseQuerier(QObject *_parent,
const CardDatabase *_db,
const ICardPreferenceProvider *prefs)
: QObject(_parent), db(_db), prefs(prefs)
CardDatabaseQuerier::CardDatabaseQuerier(const CardDatabase *_db, const ICardPreferenceProvider *prefs)
: db(_db), prefs(prefs)
{
}