Home
last modified time | relevance | path

Searched refs:_notifyaboutupdate (Results 1 – 2 of 2) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h529 void setNotifyAboutUpdate(int _notifyaboutupdate);
H A Dsettingscache.cpp949 void SettingsCache::setNotifyAboutUpdate(int _notifyaboutupdate) in setNotifyAboutUpdate() argument
951 notifyAboutUpdates = static_cast<bool>(_notifyaboutupdate); in setNotifyAboutUpdate()