diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-10-30 22:42:35 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-11-01 04:24:11 -0700 |
commit | fda2c116bef33df2ca49d77ff4b016e724f47549 (patch) | |
tree | 6d3dc177d5349ba85b8909c10e5bcc2e0fb44a03 /launcher/FileSystem.h | |
parent | d2f3dbaa2984b70a71e5fb1b246a31987a6fdf10 (diff) | |
download | PrismLauncher-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.h')
-rw-r--r-- | launcher/FileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h index ab006d48..771bda60 100644 --- a/launcher/FileSystem.h +++ b/launcher/FileSystem.h @@ -75,7 +75,7 @@ bool ensureFilePathExists(QString filenamepath); */ bool ensureFolderPathExists(QString filenamepath); -bool copyFile(QString &src, QString &dst); +bool copyFile(QString const& src, QString const& dst); /// @brief Copies a directory and it's contents from src to dest class copy { |