Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 8, 2024
1 parent 3569295 commit c984193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/resultstree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ void ResultsTree::setCheckDirectory(const QString &dir)
}


QString ResultsTree::getCheckDirectory()
const QString& ResultsTree::getCheckDirectory()
{
return mCheckPath;
}
Expand Down

0 comments on commit c984193

Please sign in to comment.