Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Oct 15, 2024
1 parent 3dddb5d commit a9c73e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/gui/synthesispopover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,17 +554,6 @@ void SynthesisPopover::initUI() {

lockedAppVersionVBox->addSpacing(defaultPageSpacing);

// Optional label (status reported by tha app in case of Error)
_lockedAppUpdateOptionalLabel = new QLabel();
_lockedAppUpdateOptionalLabel->setObjectName("defaultTextLabel");
_lockedAppUpdateOptionalLabel->setAlignment(Qt::AlignHCenter);
_lockedAppUpdateOptionalLabel->setWordWrap(true);
_lockedAppUpdateOptionalLabel->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
_lockedAppUpdateOptionalLabel->setVisible(false);
#ifndef Q_OS_LINUX
lockedAppVersionVBox->addWidget(_lockedAppUpdateOptionalLabel);
#endif

// Update button
auto *lockedAppUpdateButtonHBox = new QHBoxLayout();
lockedAppUpdateButtonHBox->setAlignment(Qt::AlignHCenter);
Expand Down

0 comments on commit a9c73e8

Please sign in to comment.