diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index 43f36f45c..fe205e7e2 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -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);