Fix spelling
This commit is contained in:
parent
47ddf1384c
commit
71d5acca00
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ void Toplevel::damageNotifyEvent(XDamageNotifyEvent* e)
|
||||||
m_isDamaged = true;
|
m_isDamaged = true;
|
||||||
|
|
||||||
// Note: The rect is supposed to specify the damage extents,
|
// Note: The rect is supposed to specify the damage extents,
|
||||||
// but we dont't know it at this point. No one who connects
|
// but we don't know it at this point. No one who connects
|
||||||
// to this signal uses the rect however.
|
// to this signal uses the rect however.
|
||||||
emit damaged(this, QRect());
|
emit damaged(this, QRect());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue