Skip to content

Commit b4a230e

Browse files
committed
Remove unreachable return statement
1 parent a0201fa commit b4a230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resultList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,5 +1045,5 @@ bool ResultsTree::GroupSortProxyModel::QVariantCompare::operator() (QVariant l,
10451045
/*else
10461046
return l.toString().compare(r.toString(), d->sort_casesensitivity) < 0;*/
10471047
}
1048-
return false;
1048+
Q_UNREACHABLE();
10491049
}

0 commit comments

Comments
 (0)