MCPcopy Create free account
hub / github.com/IENT/YUView / updateSettings

Method updateSettings

YUViewLib/src/ui/PlaybackController.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void PlaybackController::updateSettings()
428{
429 QSettings settings;
430 settings.beginGroup("VideoCache");
431 auto caching = settings.value("Enabled", true).toBool();
432 auto wait = settings.value("PlaybackPauseCaching", false).toBool();
433 this->waitForCachingOfItem = caching && wait;
434}
435
436void PlaybackController::loadButtonIcons()
437{

Callers 1

PlaybackControllerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected