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

Method focusInEvent

YUViewLib/src/ui/Mainwindow.cpp:648–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void MainWindow::focusInEvent(QFocusEvent *)
649{
650 QSettings settings;
651 if (settings.value("WatchFiles", true).toBool())
652 ui.playlistTreeWidget->checkAndUpdateItems();
653}
654
655MoveAndZoomableView *MainWindow::getCurrentActiveView()
656{

Callers

nothing calls this directly

Calls 1

checkAndUpdateItemsMethod · 0.80

Tested by

no test coverage detected