mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
[libcalamares] Avoid compiler warnings when stdin is defined to something else
This commit is contained in:
parent
d5c6a70442
commit
3ea25a901e
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ public:
|
|||
m_timeout = timeout;
|
||||
return *this;
|
||||
}
|
||||
Runner& setInput( const QString& stdin )
|
||||
Runner& setInput( const QString& input )
|
||||
{
|
||||
m_input = stdin;
|
||||
m_input = input;
|
||||
return *this;
|
||||
}
|
||||
Runner& setOutputProcessing( bool enable )
|
||||
|
|
Loading…
Add table
Reference in a new issue