| 1183 | } |
| 1184 | |
| 1185 | void KDiff3App::slotOutputModified(bool bModified) |
| 1186 | { |
| 1187 | if(bModified && !m_bOutputModified) |
| 1188 | { |
| 1189 | m_bOutputModified = true; |
| 1190 | Q_EMIT updateAvailabilities(); |
| 1191 | } |
| 1192 | } |
| 1193 | |
| 1194 | void KDiff3App::slotAutoAdvanceToggled() |
| 1195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected