Drop no longer needed emitKeepAbove/BelowChanged from KDecoration
Not called from anywhere and marked as remove Qt5.
This commit is contained in:
parent
c5e60a7ce8
commit
8d4e2a630f
2 changed files with 0 additions and 20 deletions
|
@ -346,16 +346,6 @@ void KDecoration::setKeepBelow(bool set)
|
|||
bridge_->setKeepBelow(set);
|
||||
}
|
||||
|
||||
void KDecoration::emitKeepAboveChanged(bool above)
|
||||
{
|
||||
keepAboveChanged(above);
|
||||
}
|
||||
|
||||
void KDecoration::emitKeepBelowChanged(bool below)
|
||||
{
|
||||
keepBelowChanged(below);
|
||||
}
|
||||
|
||||
bool KDecoration::windowDocked(Position)
|
||||
{
|
||||
return false;
|
||||
|
|
|
@ -1131,16 +1131,6 @@ public Q_SLOTS:
|
|||
* @param set Whether to keep the window below others
|
||||
*/
|
||||
void setKeepBelow(bool set);
|
||||
/**
|
||||
* @internal
|
||||
* TODO KF5: remove me
|
||||
*/
|
||||
void emitKeepAboveChanged(bool above);
|
||||
/**
|
||||
* @internal
|
||||
* TODO KF5: remove me
|
||||
*/
|
||||
void emitKeepBelowChanged(bool below);
|
||||
|
||||
protected Q_SLOTS:
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue