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

Method setModified

src/mergeresultwindow.cpp:2640–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2638}
2639
2640void MergeResultWindow::setModified(bool bModified)
2641{
2642 if(bModified != m_bModified)
2643 {
2644 m_bModified = bModified;
2645 Q_EMIT modifiedChanged(m_bModified);
2646 }
2647}
2648
2649/// Saves and returns true when successful.
2650bool MergeResultWindow::saveDocument(const QString& fileName, const char* encoding, e_LineEndStyle eLineEndStyle)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected