typos
Change-Id: I6fb45ab89a4313b838e6926b7761f54e1da8c17a
This commit is contained in:
parent
8fe43b3c20
commit
51a821512a
@ -192,7 +192,7 @@ void AppletInterface::destroyedChanged(bool destroyed)
|
||||
QQuickItem *candidate = focus;
|
||||
bool isAncestor = false;
|
||||
|
||||
//search if the current focus item is a child or granchild of the applet
|
||||
//search if the current focus item is a child or grandchild of the applet
|
||||
while (candidate) {
|
||||
if (candidate == this) {
|
||||
isAncestor = true;
|
||||
@ -202,7 +202,7 @@ void AppletInterface::destroyedChanged(bool destroyed)
|
||||
}
|
||||
|
||||
if (isAncestor) {
|
||||
//Found? remove focus for the whole hyerarchy
|
||||
//Found? remove focus for the whole hierachy
|
||||
candidate = focus;
|
||||
|
||||
while (candidate && candidate != this) {
|
||||
|
Loading…
Reference in New Issue
Block a user