Minor tweaks,

* formatting
* Startup screen tool window removed (as requested by RW)
This commit is contained in:
Klaus Basan
2014-06-23 00:26:53 +02:00
parent 0ba2573334
commit 378712592e

View File

@@ -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<QWidget *> children = parent->findChildren<QWidget *>();
foreach(QWidget * widget, children)
{