removed + from bad chars in filenames
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 428889a68d
)
This commit is contained in:
parent
786a452f28
commit
5934849d87
@ -801,7 +801,7 @@ QString NormalizePath(QString path)
|
||||
}
|
||||
}
|
||||
|
||||
static const QString BAD_PATH_CHARS = "\"?<>:;*|!+\r\n";
|
||||
static const QString BAD_PATH_CHARS = "\"?<>:;*|!\r\n";
|
||||
static const QString BAD_FILENAME_CHARS = BAD_PATH_CHARS + "\\/";
|
||||
|
||||
QString RemoveInvalidFilenameChars(QString string, QChar replaceWith)
|
||||
|
Loading…
Reference in New Issue
Block a user