Skip to content

Commit

Permalink
threadresult.cpp: fixed postfixOperator selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jun 13, 2024
1 parent 1c40fdc commit 4daea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/threadresult.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void ThreadResult::getNextFileSettings(const FileSettings*& fs)
return;
}
fs = &(*mItNextFileSettings);
mItNextFileSettings++;
++mItNextFileSettings;
}

void ThreadResult::setFiles(const QStringList &files)
Expand Down

0 comments on commit 4daea52

Please sign in to comment.