mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Minor tweaks,
* formatting * Startup screen tool window removed (as requested by RW)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user