Home
last modified time | relevance | path

Searched refs:customCardDatabasePath (Results 1 – 3 of 3) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h69 … QString deckPath, replaysPath, picsPath, customPicsPath, cardDatabasePath, customCardDatabasePath, variable
169 return customCardDatabasePath; in getCustomCardDatabasePath()
H A Dsettingscache.cpp207 customCardDatabasePath = getSafeConfigPath("paths/customsets", dataPath + "/customsets/"); in SettingsCache()
392 customCardDatabasePath = _customCardDatabasePath; in setCustomCardDatabasePath()
393 settings->setValue("paths/customsets", customCardDatabasePath); in setCustomCardDatabasePath()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/tests/carddatabase/
H A Dmocks.cpp53 customCardDatabasePath{QString("%1/customsets/").arg(CARDDB_DATADIR)},