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

Method setAlreadyApplied

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

Source from the content-addressed store, hash-verified

45 bool isAlreadyApplied() const override { return m_applied; }
46
47 void setAlreadyApplied( bool applied ) { m_applied = applied; }
48
49 // the widget should be created _after_ the basic
50 // values have been filled

Callers 3

updatePatchFromEditMethod · 0.80
slotAppliedChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected