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

Method slotSetModified

src/mergeresultwindow.cpp:2996–2999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2994//}
2995
2996void WindowTitleWidget::slotSetModified(bool bModified)
2997{
2998 m_pModifiedLabel->setText(bModified ? i18n("[Modified]") : "");
2999}
3000
3001bool WindowTitleWidget::eventFilter([[maybe_unused]] QObject* o, QEvent* e)
3002{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected