aboutbox: linux compiler version

This commit is contained in:
Aurelie Delhaie
2023-02-12 19:22:06 +01:00
parent 3af0771b55
commit d0186d0759
3 changed files with 23 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ const Filter FilterDialog::getFilter()
void FilterDialog::validateAndAccept()
{
if (ui->nameEdit->text().count() == 0)
if (ui->nameEdit->text().length() == 0)
{
QMessageBox::critical(this, "This filter needs a name", "You need to enter a name to save this filter");
return;