[libcalamaresui] Apply newer clang-formatting
This commit is contained in:
parent
4625208ba2
commit
8408a3284b
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user