[calamares] Apply coding style

This commit is contained in:
Adriaan de Groot 2019-08-21 11:58:58 +02:00
parent 310a1d76cf
commit dbe0ccf2e1

View file

@ -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(); },