diff --git a/src/blackgui/runtimebasedcomponent.cpp b/src/blackgui/runtimebasedcomponent.cpp index 17b3cd94a..91c62ebde 100644 --- a/src/blackgui/runtimebasedcomponent.cpp +++ b/src/blackgui/runtimebasedcomponent.cpp @@ -15,6 +15,8 @@ namespace BlackGui void CRuntimeBasedComponent::setRuntimeForComponents(BlackCore::CRuntime *runtime, QWidget *parent) { if (!parent) return; + + // tested for runtime, not too slow, only some ms QList children = parent->findChildren(); foreach(QWidget * widget, children) {