- case KVersionControlPlugin::NormalVersion: iconName = "vcs-normal"; break;
- case KVersionControlPlugin::UpdateRequiredVersion: iconName = "vcs-update-required"; break;
- case KVersionControlPlugin::LocallyModifiedVersion: iconName = "vcs-locally-modified"; break;
- case KVersionControlPlugin::AddedVersion: iconName = "vcs-added"; break;
- case KVersionControlPlugin::RemovedVersion: iconName = "vcs-removed"; break;
- case KVersionControlPlugin::ConflictingVersion: iconName = "vcs-conflicting"; break;
+ case KVersionControlPlugin::NormalVersion:
+ iconName = "vcs-normal";
+ break;
+ case KVersionControlPlugin::UpdateRequiredVersion:
+ iconName = "vcs-update-required";
+ break;
+ case KVersionControlPlugin::LocallyModifiedVersion:
+ iconName = "vcs-locally-modified";
+ break;
+ case KVersionControlPlugin::LocallyModifiedUnstagedVersion:
+ iconName = "vcs-locally-modified-unstaged";
+ break;
+ case KVersionControlPlugin::AddedVersion:
+ iconName = "vcs-added";
+ break;
+ case KVersionControlPlugin::RemovedVersion:
+ iconName = "vcs-removed";
+ break;
+ case KVersionControlPlugin::ConflictingVersion:
+ iconName = "vcs-conflicting";
+ break;