diff options
author | Fayne Aldan <FayneAldan@gmail.com> | 2022-11-15 18:34:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 18:34:24 -0700 |
commit | e8b871ac72430c210e4750dcae8a119e8d757e20 (patch) | |
tree | 243cf3dabfb9316c92414994e47a1861497906b5 /launcher/FileSystem.h | |
parent | 9f30c6d94b3c3fd5dbc5f998c9e9c8083b4d57df (diff) | |
parent | cedc7754d96e4c53d50bcce2b2a0f139b840f3d0 (diff) | |
download | PrismLauncher-e8b871ac72430c210e4750dcae8a119e8d757e20.tar.gz PrismLauncher-e8b871ac72430c210e4750dcae8a119e8d757e20.tar.bz2 PrismLauncher-e8b871ac72430c210e4750dcae8a119e8d757e20.zip |
Merge branch 'PrismLauncher:develop' into version
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) |