diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/General/converter/converter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp index eb778b5fd..620ecf326 100644 --- a/src/plugins/General/converter/converter.cpp +++ b/src/plugins/General/converter/converter.cpp @@ -152,6 +152,8 @@ void Converter::run() QString name = formatter.format(info); + name.remove("'"); + name.remove("\""); QString full_path = out_path + "/" + name + "." + m_preset["ext"].toString(); if(QFile::exists(full_path)) |
