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 authored and kelson42 committed Apr 14, 2024
1 parent e211e31 commit 6399342
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 6399342

Please sign in to comment.