mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[calamares] Apply coding style
This commit is contained in:
parent
310a1d76cf
commit
dbe0ccf2e1
1 changed files with 6 additions and 5 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue