* Used to post update of status of some file. Any status except UpToDate * and Unknown will update (or add) item representation. */
| 117 | * and Unknown will update (or add) item representation. |
| 118 | */ |
| 119 | void updateState(const KDevelop::VcsStatusInfo &status) { |
| 120 | updateState(invisibleRootItem(), status); |
| 121 | } |
| 122 | |
| 123 | protected: |
| 124 | /** |
no outgoing calls
no test coverage detected