Home
last modified time | relevance | path

Searched refs:setSpoilerDatabasePath (Results 1 – 5 of 5) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/dbconverter/src/
H A Dmocks.cpp108 void SettingsCache::setSpoilerDatabasePath(const QString &/* _spoilerDatabasePath */) in setSpoilerDatabasePath() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/tests/carddatabase/
H A Dmocks.cpp112 void SettingsCache::setSpoilerDatabasePath(const QString &/* _spoilerDatabasePath */) in setSpoilerDatabasePath() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h480 void setSpoilerDatabasePath(const QString &_spoilerDatabasePath);
H A Dsettingscache.cpp412 void SettingsCache::setSpoilerDatabasePath(const QString &_spoilerDatabasePath) in setSpoilerDatabasePath() function in SettingsCache
H A Ddlg_settings.cpp701 SettingsCache::instance().setSpoilerDatabasePath(lsPath + "/spoiler.xml"); in spoilerPathButtonClicked()