[calamares] Apply coding style
This commit is contained in:
parent
f31ff8b9ea
commit
27c3a5a11d
@ -14,4 +14,4 @@
|
|||||||
|
|
||||||
#cmakedefine CALAMARES_TRANSLATION_LANGUAGES "${CALAMARES_TRANSLATION_LANGUAGES}"
|
#cmakedefine CALAMARES_TRANSLATION_LANGUAGES "${CALAMARES_TRANSLATION_LANGUAGES}"
|
||||||
|
|
||||||
#endif // CALAMARES_VERSION_H
|
#endif // CALAMARES_VERSION_H
|
||||||
|
@ -76,10 +76,9 @@ ProgressTreeView::setModel( QAbstractItemModel* model )
|
|||||||
QTreeView::setModel( model );
|
QTreeView::setModel( model );
|
||||||
expandAll();
|
expandAll();
|
||||||
|
|
||||||
connect(
|
connect( Calamares::ViewManager::instance(),
|
||||||
Calamares::ViewManager::instance(),
|
&Calamares::ViewManager::currentStepChanged,
|
||||||
&Calamares::ViewManager::currentStepChanged,
|
this,
|
||||||
this,
|
[this]() { viewport()->update(); },
|
||||||
[this]() { viewport()->update(); },
|
Qt::UniqueConnection );
|
||||||
Qt::UniqueConnection );
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user