mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add comment fixing coverity #23351.
This commit is contained in:
parent
9d49f09bcf
commit
a637efca6e
@ -1981,6 +1981,8 @@ void TabWorkArea::updateTabTexts()
|
||||
// that it makes the path more unique.
|
||||
somethingChanged = true;
|
||||
It sit = segStart;
|
||||
// this is ok for the reason mentioned in the previous comment.
|
||||
// coverity[INVALIDATE_ITERATOR]
|
||||
QString dspString = sit->forecastPathString();
|
||||
LYXERR(Debug::GUI, "first forecast found for "
|
||||
<< sit->abs() << " => " << dspString);
|
||||
|
Loading…
Reference in New Issue
Block a user