aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/executablefinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/tools/executablefinder.h')
-rw-r--r--src/lib/corelib/tools/executablefinder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/tools/executablefinder.h b/src/lib/corelib/tools/executablefinder.h
index cb965b5d1..55a8cbe3a 100644
--- a/src/lib/corelib/tools/executablefinder.h
+++ b/src/lib/corelib/tools/executablefinder.h
@@ -53,7 +53,7 @@ namespace Internal {
class ExecutableFinder
{
public:
- ExecutableFinder(const ResolvedProductPtr &product, const QProcessEnvironment &env);
+ ExecutableFinder(ResolvedProductPtr product, QProcessEnvironment env);
QString findExecutable(const QString &path, const QString &workingDirPath);