Merge pull request #304 from Ryex/move-downloads
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/222
This commit is contained in:
commit
64576f4c4c
11 changed files with 405 additions and 42 deletions
|
@ -149,6 +149,9 @@ bool ensureFolderPathExists(QString foldernamepath)
|
|||
return success;
|
||||
}
|
||||
|
||||
/// @brief Copies a directory and it's contents from src to dest
|
||||
/// @param offset subdirectory form src to copy to dest
|
||||
/// @return if there was an error during the filecopy
|
||||
bool copy::operator()(const QString& offset)
|
||||
{
|
||||
using copy_opts = fs::copy_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue