From c98419307589ef9e625851dbeddad943f1f89e67 Mon Sep 17 00:00:00 2001 From: chrchr-github Date: Mon, 8 Apr 2024 21:55:25 +0200 Subject: [PATCH] Fix --- gui/resultstree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index a14a7a15351..eb61a08cb87 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -1337,7 +1337,7 @@ void ResultsTree::setCheckDirectory(const QString &dir) } -QString ResultsTree::getCheckDirectory() +const QString& ResultsTree::getCheckDirectory() { return mCheckPath; }