From 378712592eff76003b8dc13069512a042e1bba4b Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 23 Jun 2014 00:26:53 +0200 Subject: [PATCH] Minor tweaks, * formatting * Startup screen tool window removed (as requested by RW) --- src/blackgui/runtimebasedcomponent.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) {