Built tinyEmber on Linux in something like 20 Minutes.
Running tinyEmber reveals following logging on console ...
QObject::connect: No such slot BooleanView::udpateSchema()
Seems to be a typo (udpate... instead of update...)
Found it in TinyEmberPlus/TinyEmberPlus_autogen/include/ui_BooleanView.h
Seems to be some QT autogen magic generating this h file ...
Real source seems to be the file "BooleanView.ui" (perhaps also generated by an assistant)
Built tinyEmber on Linux in something like 20 Minutes.
Running tinyEmber reveals following logging on console ...
QObject::connect: No such slot BooleanView::udpateSchema()Seems to be a typo (udpate... instead of update...)
Found it in TinyEmberPlus/TinyEmberPlus_autogen/include/ui_BooleanView.h
Seems to be some QT autogen magic generating this h file ...
Real source seems to be the file "BooleanView.ui" (perhaps also generated by an assistant)