aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-11-11 12:48:53 -0800
committerGitHub <noreply@github.com>2022-11-11 12:48:53 -0800
commit64576f4c4c6c41ba4528a00a38242955079f52ec (patch)
treeab49b1ce0f8dfa8a8a6557aedd905e1d2e1ac708 /launcher/FileSystem.h
parent21dbd28a2f2397f0053f4f40563c16cb03b0fdfe (diff)
parent2f10fa8b61dac5af5866e7ad8e72cf702f15a130 (diff)
downloadPrismLauncher-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.h1
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)