mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
fix build of gui component after e6d4eb54
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e13bd0f73d
commit
5960b86bff
1 changed files with 1 additions and 1 deletions
|
@ -3208,7 +3208,7 @@ QRect QWorkspacePrivate::updateWorkspace()
|
||||||
QWorkspaceChild *child = *it;
|
QWorkspaceChild *child = *it;
|
||||||
++it;
|
++it;
|
||||||
if (!child->isHidden())
|
if (!child->isHidden())
|
||||||
r = r.unite(child->geometry());
|
r = r.united(child->geometry());
|
||||||
}
|
}
|
||||||
vbar->blockSignals(true);
|
vbar->blockSignals(true);
|
||||||
hbar->blockSignals(true);
|
hbar->blockSignals(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue