mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Randomly fixing some MSVC warnings
This commit is contained in:
@@ -94,7 +94,7 @@ MainDialog::MainDialog(QWidget* parent)
|
||||
|
||||
MainDialog::~MainDialog() = default;
|
||||
|
||||
void MainDialog::SetContentSizes(int previous_width, int previous_height) {
|
||||
void MainDialog::SetContentSizes(int previous_width, [[maybe_unused]] int previous_height) {
|
||||
const int current_width = width();
|
||||
if (previous_width == 0) { // first time
|
||||
ui->main->setColumnWidth(0, 0.3 * current_width);
|
||||
|
||||
Reference in New Issue
Block a user