include QList supplied to see if error arrives like in 'Binder VM' - it does not; simple function defined to see if anyyerror comes up - it does not

This commit is contained in:
Uwe Jakobeit
2026-04-01 17:49:26 +02:00
parent 699fc87bc3
commit 3b9405f029
2 changed files with 9 additions and 2 deletions

View File

@@ -26,4 +26,9 @@ DataModel::DataModel()
Kennfeld_Entfeuchtung = Kennfeld_Entfeuchtung_Default;
Kennfeld_Ueberhitzung = Kennfeld_Ueberhitzung_Default;
}
}
void* DataModel::CurrentData(void)
{
return nullptr;
}