Skip to content

Commit 4e72d76

Browse files
authored
release: remove unread variable (danmar#8046)
1 parent b0e9869 commit 4e72d76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gui/resultstree.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,6 @@ void ResultsTree::startApplication(const ResultItem *target, int application)
806806
}
807807
#endif // Q_OS_WIN
808808

809-
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
810-
const QString cmdLine = QString("%1 %2").arg(program).arg(params);
811-
#endif
812-
813809
const bool success = QProcess::startDetached(program, QProcess::splitCommand(params));
814810
if (!success) {
815811
QString text = tr("Could not start %1\n\nPlease check the application path and parameters are correct.").arg(program);

0 commit comments

Comments
 (0)