From 47782e4a6a7e25b9a6f1cb267dbe267e92d59a60 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 4 Jul 2022 18:35:55 -0500 Subject: Qt UI: Use alternative QProcess API Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0. --- ui/qt5/horizonwizard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt5/horizonwizard.cc') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index b822d1a..7def8c8 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -189,7 +189,7 @@ std::map probe_ifaces(void) { HorizonWizard::Subarch determinePowerPCPlatform() { if(!QFile::exists("/tmp/horizon-platform")) { QProcess p; - p.execute("horizon-ppc64-detect"); + p.execute("horizon-ppc64-detect", QStringList()); } QFile platform; -- cgit v1.2.3-60-g2f50