[libcalamaresui] Apply coding style (missed earlier)

This commit is contained in:
Adriaan de Groot 2019-08-27 15:58:09 +02:00
parent e0bb53aff4
commit 8ab0fb4e5f

View File

@ -226,7 +226,9 @@ Branding::Branding( const QString& brandingFilePath, QObject* parent )
QString pathString = slideShowPictures[ i ];
QFileInfo imageFi( componentDir.absoluteFilePath( pathString ) );
if ( !imageFi.exists() )
{
bail( QString( "Slideshow file %1 does not exist." ).arg( imageFi.absoluteFilePath() ) );
}
slideShowPictures[ i ] = imageFi.absoluteFilePath();
}