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

Function updateState

kdevplatform/vcs/models/vcsfilechangesmodel.h:119–121  ·  view source on GitHub ↗

* Used to post update of status of some file. Any status except UpToDate * and Unknown will update (or add) item representation. */

Source from the content-addressed store, hash-verified

117 * and Unknown will update (or add) item representation.
118 */
119 void updateState(const KDevelop::VcsStatusInfo &status) {
120 updateState(invisibleRootItem(), status);
121 }
122
123protected:
124 /**

Callers 8

updateStateMethod · 0.85
statusReadyMethod · 0.85
guiClientAddedMethod · 0.85
statusReadyMethod · 0.85
updateStateMethod · 0.85
debuggerStateChangedMethod · 0.85
recalculateStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected