MCPcopy Create free account
hub / github.com/KDE/kdevelop / isAlreadyApplied

Method isAlreadyApplied

plugins/patchreview/localpatchsource.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 QString command() const { return m_command; }
44
45 bool isAlreadyApplied() const override { return m_applied; }
46
47 void setAlreadyApplied( bool applied ) { m_applied = applied; }
48

Callers 4

updateKompareModelMethod · 0.45
syncPatchMethod · 0.45
showToolTipForMarkMethod · 0.45
addLineMarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected