forked from qt-creator/qt-creator
SVN: Fix warning raised by clang
Change-Id: I95805056160c17030af4d81792c05c48e95da84f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -119,8 +119,9 @@ Core::Id SubversionClient::vcsEditorKind(VcsCommandTag cmd) const
|
|||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case VcsBaseClient::LogCommand: return Constants::SUBVERSION_LOG_EDITOR_ID;
|
case VcsBaseClient::LogCommand: return Constants::SUBVERSION_LOG_EDITOR_ID;
|
||||||
case VcsBaseClient::AnnotateCommand: return Constants::SUBVERSION_BLAME_EDITOR_ID;
|
case VcsBaseClient::AnnotateCommand: return Constants::SUBVERSION_BLAME_EDITOR_ID;
|
||||||
}
|
default:
|
||||||
return Core::Id();
|
return Core::Id();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add authorization options to the command line arguments.
|
// Add authorization options to the command line arguments.
|
||||||
|
Reference in New Issue
Block a user