We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b8c2a commit 9f74c2dCopy full SHA for 9f74c2d
1 file changed
gui/resultstree.cpp
@@ -427,8 +427,8 @@ void ResultsTree::clear(const QString &filename)
427
428
if (stripped == fileItem->text() ||
429
filename == fileItem->errorItem->file0) {
430
- mModel->removeRow(i);
431
mErrorList.removeAll(fileItem->errorItem->toString());
+ mModel->removeRow(i);
432
break;
433
}
434
@@ -445,8 +445,8 @@ void ResultsTree::clearRecheckFile(const QString &filename)
445
QString storedfile = fileItem->getErrorPathItem().file;
446
storedfile = ((!mCheckPath.isEmpty() && storedfile.startsWith(mCheckPath)) ? storedfile.mid(mCheckPath.length() + 1) : storedfile);
447
if (actualfile == storedfile) {
448
449
450
451
452
0 commit comments