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

Method setPaintingAllowed

src/difftextwindow.cpp:422–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void DiffTextWindow::setPaintingAllowed(bool bAllowPainting)
423{
424 if(updatesEnabled() != bAllowPainting)
425 {
426 setUpdatesEnabled(bAllowPainting);
427 if(bAllowPainting)
428 update();
429 }
430}
431
432void DiffTextWindow::dragEnterEvent(QDragEnterEvent* dragEnterEvent)
433{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected