ensure FS::copyFile is marked for removal
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
fda2c116be
commit
a7a331a26e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue