[libcalamaresui] Apply newer clang-formatting

This commit is contained in:
Adriaan de Groot 2024-04-17 10:51:25 +02:00
parent 4625208ba2
commit 8408a3284b
2 changed files with 3 additions and 4 deletions

View File

@ -73,9 +73,8 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
{
m_widget->setObjectName( "slideshow" );
m_progressBar->setObjectName( "exec-progress" );
CALAMARES_RETRANSLATE(
m_progressBar->setFormat( tr( "%p%", "Progress percentage indicator: %p is where the number 0..100 is placed" ) );
);
CALAMARES_RETRANSLATE( m_progressBar->setFormat(
tr( "%p%", "Progress percentage indicator: %p is where the number 0..100 is placed" ) ); );
m_label->setObjectName( "exec-message" );
QVBoxLayout* layout = new QVBoxLayout( m_widget );