[calamares] Apply coding style
This commit is contained in:
parent
310a1d76cf
commit
dbe0ccf2e1
@ -76,9 +76,10 @@ ProgressTreeView::setModel( QAbstractItemModel* model )
|
||||
QTreeView::setModel( model );
|
||||
expandAll();
|
||||
|
||||
connect( Calamares::ViewManager::instance(),
|
||||
&Calamares::ViewManager::currentStepChanged,
|
||||
this,
|
||||
[this]() { viewport()->update(); },
|
||||
Qt::UniqueConnection );
|
||||
connect(
|
||||
Calamares::ViewManager::instance(),
|
||||
&Calamares::ViewManager::currentStepChanged,
|
||||
this,
|
||||
[this]() { viewport()->update(); },
|
||||
Qt::UniqueConnection );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user