mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove dummy QAbstractScrollAreaPrivate::scrollBarPolicyChanged() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f7d1c5d422
commit
9bac3701e6
2 changed files with 0 additions and 6 deletions
|
@ -478,8 +478,6 @@ void QAbstractScrollArea::setVerticalScrollBarPolicy(Qt::ScrollBarPolicy policy)
|
|||
d->vbarpolicy = policy;
|
||||
if (isVisible())
|
||||
d->layoutChildren();
|
||||
if (oldPolicy != d->vbarpolicy)
|
||||
d->scrollBarPolicyChanged(Qt::Vertical, d->vbarpolicy);
|
||||
}
|
||||
|
||||
|
||||
|
@ -539,8 +537,6 @@ void QAbstractScrollArea::setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy polic
|
|||
d->hbarpolicy = policy;
|
||||
if (isVisible())
|
||||
d->layoutChildren();
|
||||
if (oldPolicy != d->hbarpolicy)
|
||||
d->scrollBarPolicyChanged(Qt::Horizontal, d->hbarpolicy);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
@ -64,8 +64,6 @@ public:
|
|||
|
||||
void init();
|
||||
void layoutChildren();
|
||||
// ### Fix for 4.4, talk to Bjoern E or Girish.
|
||||
virtual void scrollBarPolicyChanged(Qt::Orientation, Qt::ScrollBarPolicy) {}
|
||||
|
||||
void _q_hslide(int);
|
||||
void _q_vslide(int);
|
||||
|
|
Loading…
Add table
Reference in a new issue