[calamares] Apply current coding style
This commit is contained in:
parent
3ac7a7323c
commit
ea0acf1606
@ -76,7 +76,8 @@ ProgressTreeView::setModel( QAbstractItemModel* model )
|
|||||||
QTreeView::setModel( model );
|
QTreeView::setModel( model );
|
||||||
expandAll();
|
expandAll();
|
||||||
|
|
||||||
connect( Calamares::ViewManager::instance(),
|
connect(
|
||||||
|
Calamares::ViewManager::instance(),
|
||||||
&Calamares::ViewManager::currentStepChanged,
|
&Calamares::ViewManager::currentStepChanged,
|
||||||
this,
|
this,
|
||||||
[this]() { viewport()->update(); },
|
[this]() { viewport()->update(); },
|
||||||
|
Loading…
Reference in New Issue
Block a user