mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
make custom sets directory configurable (#4047)
This commit is contained in:
parent
feee9cc328
commit
964207d04f
6 changed files with 40 additions and 4 deletions
|
|
@ -106,6 +106,9 @@ void SettingsCache::setPicsPath(const QString &/* _picsPath */)
|
|||
void SettingsCache::setCardDatabasePath(const QString &/* _cardDatabasePath */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setCustomCardDatabasePath(const QString &/* _customCardDatabasePath */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setSpoilerDatabasePath(const QString &/* _spoilerDatabasePath */)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue