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

Method slotOutputModified

src/pdiff.cpp:1185–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185void KDiff3App::slotOutputModified(bool bModified)
1186{
1187 if(bModified && !m_bOutputModified)
1188 {
1189 m_bOutputModified = true;
1190 Q_EMIT updateAvailabilities();
1191 }
1192}
1193
1194void KDiff3App::slotAutoAdvanceToggled()
1195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected