add lambda connection

This commit is contained in:
AndreaRigoni
2026-03-19 12:51:37 +00:00
parent 2f163a762c
commit 887b3b36f0
2 changed files with 24 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ GenericMFPtr *Object::findSlotImpl(const char *name) const {
return NULL;
}
void Object::Updated() { ULIB_SIGNAL_EMIT(Object::Updated); }
// std::ostream &
// operator << (std::ostream &os, uLib::Object &ob)
// {