aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/clangbackend/source/clangfilesystemwatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clangbackend/source/clangfilesystemwatcher.cpp b/src/tools/clangbackend/source/clangfilesystemwatcher.cpp
index a51676abe0..bcd03fac61 100644
--- a/src/tools/clangbackend/source/clangfilesystemwatcher.cpp
+++ b/src/tools/clangbackend/source/clangfilesystemwatcher.cpp
@@ -60,7 +60,7 @@ QStringList filterExistingFiles(QStringList &&filePaths)
filePaths.erase(startOfNonExistingFilePaths, filePaths.end());
- return filePaths;
+ return std::move(filePaths);
}
}