This commit is contained in:
Daniel Marjamäki 2021-09-25 16:30:45 +02:00
parent d1181ad8e2
commit 5767ba794a
1 changed files with 0 additions and 3 deletions

View File

@ -775,9 +775,6 @@ void ResultsTree::startApplication(QStandardItem *target, int application)
//Replace (file) with filename
QString file = data[FILENAME].toString();
file = QDir::toNativeSeparators(file);
#ifdef Q_OS_WIN
file.replace(QString("\\"), QString("\\\\"));
#endif
qDebug() << "Opening file: " << file;
QFileInfo info(file);