forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Change-Id: I86852d289c22210a0439e8e297819dc7276a96de
This commit is contained in:
@@ -72,7 +72,7 @@ int ImportMatchStrength::compareMatch(const ImportMatchStrength &o) const
|
||||
int v2 = o.m_match.at(i);
|
||||
if (v1 < v2)
|
||||
return -1;
|
||||
if (v2 > v1)
|
||||
if (v1 > v2)
|
||||
return 1;
|
||||
}
|
||||
if (len1 < len2)
|
||||
|
||||
Reference in New Issue
Block a user