MCPcopy Create free account
hub / github.com/KDE/kdiff3 / focusOutEvent

Method focusOutEvent

src/directorymergewindow.cpp:1242–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240 Q_EMIT updateAvailabilities();
1241}
1242void DirectoryMergeWindow::focusOutEvent(QFocusEvent*)
1243{
1244 Q_EMIT updateAvailabilities();
1245}
1246
1247void DirectoryMergeWindow::DirectoryMergeWindowPrivate::setAllMergeOperations(e_MergeOperation eDefaultOperation)
1248{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected