Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions gui/resultstree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,6 @@ void ResultsTree::startApplication(const ResultItem *target, int application)
}
#endif // Q_OS_WIN

#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
const QString cmdLine = QString("%1 %2").arg(program).arg(params);
#endif

const bool success = QProcess::startDetached(program, QProcess::splitCommand(params));
if (!success) {
QString text = tr("Could not start %1\n\nPlease check the application path and parameters are correct.").arg(program);
Expand Down
Loading