chore(remove FS::copyFile):

Now that #333 is merged and FS::copy works on non directory copyFile can be removed.

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-11-01 04:28:57 -07:00
parent a7a331a26e
commit 6010ce0dc5
4 changed files with 2 additions and 31 deletions

View File

@ -75,9 +75,6 @@ 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
class copy {
public: