ensure FS::copyFile is marked for removal
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -75,6 +75,7 @@ bool ensureFilePathExists(QString filenamepath);
|
||||
*/
|
||||
bool ensureFolderPathExists(QString filenamepath);
|
||||
|
||||
// TODO: remove in favor of FS::copy once #333 is merged
|
||||
bool copyFile(QString const& src, QString const& dst);
|
||||
|
||||
/// @brief Copies a directory and it's contents from src to dest
|
||||
|
Reference in New Issue
Block a user