Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/dbconverter/src/
H A Dmocks.cpp96 void SettingsCache::setReplaysPath(const QString &/* _replaysPath */) in setReplaysPath() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/tests/carddatabase/
H A Dmocks.cpp100 void SettingsCache::setReplaysPath(const QString &/* _replaysPath */) in setReplaysPath() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h476 void setReplaysPath(const QString &_replaysPath);
H A Dsettingscache.cpp384 void SettingsCache::setReplaysPath(const QString &_replaysPath) in setReplaysPath() function in SettingsCache
H A Ddlg_settings.cpp210 SettingsCache::instance().setReplaysPath(path); in replaysPathButtonClicked()