[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_widget->setObjectName( "slideshow" );
|
||||||
m_progressBar->setObjectName( "exec-progress" );
|
m_progressBar->setObjectName( "exec-progress" );
|
||||||
CALAMARES_RETRANSLATE(
|
CALAMARES_RETRANSLATE( m_progressBar->setFormat(
|
||||||
m_progressBar->setFormat( tr( "%p%", "Progress percentage indicator: %p is where the number 0..100 is placed" ) );
|
tr( "%p%", "Progress percentage indicator: %p is where the number 0..100 is placed" ) ); );
|
||||||
);
|
|
||||||
m_label->setObjectName( "exec-message" );
|
m_label->setObjectName( "exec-message" );
|
||||||
|
|
||||||
QVBoxLayout* layout = new QVBoxLayout( m_widget );
|
QVBoxLayout* layout = new QVBoxLayout( m_widget );
|
||||||
|
Loading…
Reference in New Issue
Block a user