forked from qt-creator/qt-creator
VCS: Remove unused local variable
Why didn't this give a warning? Change-Id: I866aa5ddf3107866bcf5da395f1312e50e75561c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
0057c73080
commit
c572ca0e87
@@ -541,7 +541,6 @@ void SubmitEditorWidget::verifyDescription()
|
||||
|
||||
enum { MinSubjectLength = 20, MaxSubjectLength = 72, WarningSubjectLength = 55 };
|
||||
QStringList hints;
|
||||
QStringList toolTips;
|
||||
if (subjectLength < MinSubjectLength)
|
||||
hints.append(warning + tr("Warning: The commit subject is very short."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user