Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into instance_copy_progress
This commit is contained in:
commit
b6d87fc090
89 changed files with 947 additions and 428 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue