mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Try to make compile on Qt 5.4
This commit is contained in:
parent
a97297a3fe
commit
633c8512c2
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ chrootCall( const QString& command,
|
|||
const QString& stdInput,
|
||||
int timeoutSec )
|
||||
{
|
||||
return chrootCall( { command },
|
||||
return chrootCall( QStringList{ command },
|
||||
workingPath,
|
||||
stdInput,
|
||||
timeoutSec );
|
||||
|
@ -170,7 +170,7 @@ chrootOutput( const QString& command,
|
|||
const QString& stdInput,
|
||||
int timeoutSec )
|
||||
{
|
||||
return chrootOutput( { command },
|
||||
return chrootOutput( QStringList{ command },
|
||||
output,
|
||||
workingPath,
|
||||
stdInput,
|
||||
|
|
Loading…
Add table
Reference in a new issue