| 413 | } |
| 414 | |
| 415 | void VcsStatus::setMapFileStatus(const std::string& status) |
| 416 | { |
| 417 | GlobalUserInterface().dispatch([this, status]() { _mapStatus->SetLabel(status); }); |
| 418 | } |
| 419 | |
| 420 | void VcsStatus::setRemoteStatus(const git::RemoteStatus& status) |
| 421 | { |