Moved getPathNameInLocal8bit inside FileSystem namespace

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-04-04 18:01:24 +03:00
parent 8ecab305ac
commit 3ddcadcdd1
5 changed files with 49 additions and 47 deletions

View File

@@ -551,4 +551,8 @@ bool canLink(const QString& src, const QString& dst);
uintmax_t hardLinkCount(const QString& path);
#ifdef Q_OS_WIN
QString getPathNameInLocal8bit(const QString& file);
#endif
} // namespace FS