mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Change the filters path to not be hardcoded anymore.
This commit is contained in:
parent
f326f74b5e
commit
c9f95e1df1
9 changed files with 67 additions and 30 deletions
|
|
@ -110,6 +110,9 @@ void SettingsCache::setSeenTips(const QList<int> & /* _seenTips */)
|
|||
void SettingsCache::setDeckPath(const QString & /* _deckPath */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setFiltersPath(const QString & /*_filtersPath */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setReplaysPath(const QString & /* _replaysPath */)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue