aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.cpp
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-10-30 22:42:35 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-11-01 04:24:11 -0700
commitfda2c116bef33df2ca49d77ff4b016e724f47549 (patch)
tree6d3dc177d5349ba85b8909c10e5bcc2e0fb44a03 /launcher/FileSystem.cpp
parentd2f3dbaa2984b70a71e5fb1b246a31987a6fdf10 (diff)
downloadPrismLauncher-fda2c116bef33df2ca49d77ff4b016e724f47549.tar.gz
PrismLauncher-fda2c116bef33df2ca49d77ff4b016e724f47549.tar.bz2
PrismLauncher-fda2c116bef33df2ca49d77ff4b016e724f47549.zip
code quality cleanup
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/FileSystem.cpp')
-rw-r--r--launcher/FileSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp
index 8fe441b3..508da08d 100644
--- a/launcher/FileSystem.cpp
+++ b/launcher/FileSystem.cpp
@@ -167,7 +167,7 @@ bool ensureFolderPathExists(QString foldernamepath)
/// @param src srouce file path
/// @param dst destination file path
/// @return boolean: was there an error during the filecopy?
-bool copyFile(QString &src, QString &dst) {
+bool copyFile(QString const& src, QString const& dst) {
using copy_opts = fs::copy_options;
std::error_code err;