mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Clang: warnings-- (unused, init-order)
This commit is contained in:
parent
81db2bad5f
commit
af2643cdfc
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,10 @@ static const int SECTION_SPACING = 12;
|
|||
SummaryPage::SummaryPage( const SummaryViewStep* thisViewStep, QWidget* parent )
|
||||
: QWidget()
|
||||
, m_thisViewStep( thisViewStep )
|
||||
, m_scrollArea( new QScrollArea( this ) )
|
||||
, m_contentWidget( nullptr )
|
||||
, m_scrollArea( new QScrollArea( this ) )
|
||||
{
|
||||
Q_UNUSED( parent );
|
||||
Q_ASSERT( m_thisViewStep );
|
||||
QVBoxLayout* layout = new QVBoxLayout( this );
|
||||
layout->setContentsMargins( 0, 0, 0, 0 );
|
||||
|
@ -65,7 +66,6 @@ SummaryPage::onActivate()
|
|||
{
|
||||
createContentWidget();
|
||||
|
||||
QString text;
|
||||
bool first = true;
|
||||
const Calamares::ViewStepList steps =
|
||||
stepsForSummary( Calamares::ViewManager::instance()->viewSteps() );
|
||||
|
|
Loading…
Add table
Reference in a new issue