[calamares] Apply coding style

This commit is contained in:
Adriaan de Groot 2019-08-13 20:51:46 +02:00
parent f31ff8b9ea
commit 27c3a5a11d
2 changed files with 6 additions and 7 deletions

View File

@ -76,8 +76,7 @@ ProgressTreeView::setModel( QAbstractItemModel* model )
QTreeView::setModel( model );
expandAll();
connect(
Calamares::ViewManager::instance(),
connect( Calamares::ViewManager::instance(),
&Calamares::ViewManager::currentStepChanged,
this,
[this]() { viewport()->update(); },