mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Fixing warnings in scwx-qt
This commit is contained in:
parent
3339a40780
commit
ff58f5bcf6
15 changed files with 36 additions and 21 deletions
|
|
@ -34,8 +34,8 @@ public:
|
|||
{
|
||||
layout_->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
elevationGroupBox_ = new QGroupBox(tr("Elevation"), self);
|
||||
QLayout* elevationLayout = new ui::FlowLayout(elevationGroupBox_);
|
||||
elevationGroupBox_ = new QGroupBox(tr("Elevation"), self);
|
||||
new ui::FlowLayout(elevationGroupBox_);
|
||||
layout_->addWidget(elevationGroupBox_);
|
||||
|
||||
settingsGroupBox_ = new QGroupBox(tr("Settings"), self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue