Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into instance_copy_progress

This commit is contained in:
Trial97 2024-05-18 11:57:41 +03:00
commit b6d87fc090
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
89 changed files with 947 additions and 428 deletions

View file

@ -343,6 +343,8 @@ QString NormalizePath(QString path);
QString RemoveInvalidFilenameChars(QString string, QChar replaceWith = '-');
QString RemoveInvalidPathChars(QString string, QChar replaceWith = '-');
QString DirNameFromString(QString string, QString inDir = ".");
/// Checks if the a given Path contains "!"
@ -552,4 +554,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