Skip to content

Commit

Permalink
Compilation error fix from clarity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgourdas committed Apr 9, 2024
1 parent 4ddc47d commit ccb1323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settingsview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SettingsView::SettingsView(QWidget *parent)
ui->moveToTrashLabel->setText(gt("move-files-to-trash"));
ui->reopenTabLabel->setText(gt("open-previous-tabs-at-startup"));
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
ui->line_5->hide();
ui->lineMonitor->hide();
ui->moveToTrashLabel->hide();
ui->moveToTrashToggle->hide();
#endif
Expand Down

0 comments on commit ccb1323

Please sign in to comment.