minor fix

This commit is contained in:
Roy Qu 2024-02-25 11:27:25 +08:00
parent 7ac35a86b8
commit 16053882d4
1 changed files with 1 additions and 0 deletions

View File

@ -1700,6 +1700,7 @@ int searchForSegmentIdx(const QList<int> segList, int minVal, int maxVal, int va
}
//Not found, should not happen
Q_ASSERT(false);
return -1;
}
}