diff options
author | flow <flowlnlnln@gmail.com> | 2022-11-11 12:48:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 12:48:53 -0800 |
commit | 64576f4c4c6c41ba4528a00a38242955079f52ec (patch) | |
tree | ab49b1ce0f8dfa8a8a6557aedd905e1d2e1ac708 /launcher/FileSystem.h | |
parent | 21dbd28a2f2397f0053f4f40563c16cb03b0fdfe (diff) | |
parent | 2f10fa8b61dac5af5866e7ad8e72cf702f15a130 (diff) | |
download | PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.tar.gz PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.tar.bz2 PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.zip |
Merge pull request #304 from Ryex/move-downloads
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/222
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r-- | launcher/FileSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h index b46f3281..b7e175fd 100644 --- a/launcher/FileSystem.h +++ b/launcher/FileSystem.h @@ -75,6 +75,7 @@ bool ensureFilePathExists(QString filenamepath); */ bool ensureFolderPathExists(QString filenamepath); +/// @brief Copies a directory and it's contents from src to dest class copy { public: copy(const QString& src, const QString& dst) |