Use Qt signals/slots to communicate changes across objects

Authored by mreeves on Dec 29 2019, 11:10 PM.

Description

Use Qt signals/slots to communicate changes across objects

Signals can be connected at setup time and will be automatically
disconnected
when the object is destroyed guaranteeing they will never be fired unless
the
object is valid. This also moves object specific code out of KDiff3App.

Details

Committed
mreevesDec 30 2019, 1:46 AM
Parents
R983:57996769ee68: Fix formating
Branches
Unknown
Tags
Unknown