Merge pull request #623 from Kellermorph/plc-quickfix

Fix tiny bug in PLC manager
This commit is contained in:
Laurent Trinques
2026-08-02 07:44:21 +02:00
committed by GitHub
@@ -376,6 +376,7 @@ QString ElementQueryWidget::queryStr() const
if (ui->m_plc_cb->isChecked()) {
if (b) where +=" OR";
where += QStringLiteral(" element_sub_type = '") += ElementData::masterTypeToString(ElementData::PLC) += "'";
b = true;
}
where.append(")");