[contextualprocess] Make conversion explicit

- Should help with Qt 5.7 compatibility. Reported from Neptune
   Linux, #979
This commit is contained in:
Adriaan de Groot 2018-06-14 05:41:43 -04:00
parent ef897f59f5
commit fa0518f968

View File

@ -66,7 +66,7 @@ struct ContextualProcessBinding
void append( const QString& value, CalamaresUtils::CommandList* commands )
{
checks.append( ValueCheck( value, commands ) );
if ( value == '*' )
if ( value == QLatin1Char('*') )
wildcard = commands;
}