emit uiready also for empty containments
This commit is contained in:
parent
1586c1b82a
commit
786bd7b7af
@ -280,6 +280,8 @@ void AppletPrivate::setUiReady()
|
||||
//if we are the containment and there is still some uncomplete applet, we're still incomplete
|
||||
if (!c->d->loadingApplets.isEmpty()) {
|
||||
return;
|
||||
} else if (!uiReady) {
|
||||
emit c->uiReadyChanged(true);
|
||||
}
|
||||
} else {
|
||||
c = q->containment();
|
||||
|
Loading…
x
Reference in New Issue
Block a user