[calamares] Apply current coding style

This commit is contained in:
Adriaan de Groot 2019-08-09 15:25:37 +02:00
parent 3ac7a7323c
commit ea0acf1606

View File

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