minor fix
This commit is contained in:
parent
7ac35a86b8
commit
16053882d4
|
@ -1700,6 +1700,7 @@ int searchForSegmentIdx(const QList<int> segList, int minVal, int maxVal, int va
|
||||||
}
|
}
|
||||||
//Not found, should not happen
|
//Not found, should not happen
|
||||||
Q_ASSERT(false);
|
Q_ASSERT(false);
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue