1 2 3 4 5 6 7
void Win::check(QString id) { if(names.contains(id + QString("_tst")) or names.contains(id + QString("_prd"))) { true; } return; }