mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-28 18:50:40 +03:00
remove no needed public api from visibilitymanager
(cherry picked from commit 37dbab99bf43b641ef04c36935afa3b67c0ffaaa)
This commit is contained in:
parent
ac9f1d2a34
commit
bb70568304
@ -1104,21 +1104,11 @@ bool VisibilityManager::existsWindowMaximized() const
|
||||
return d->windowIsMaximizedFlag;
|
||||
}
|
||||
|
||||
void VisibilityManager::setExistsWindowMaximized(bool windowMaximized)
|
||||
{
|
||||
d->setExistsWindowMaximized(windowMaximized);
|
||||
}
|
||||
|
||||
bool VisibilityManager::existsWindowSnapped() const
|
||||
{
|
||||
return d->windowIsSnappedFlag;
|
||||
}
|
||||
|
||||
void VisibilityManager::setExistsWindowSnapped(bool windowSnapped)
|
||||
{
|
||||
d->setExistsWindowSnapped(windowSnapped);
|
||||
}
|
||||
|
||||
//! KWin Edges Support functions
|
||||
bool VisibilityManager::enableKWinEdges() const
|
||||
{
|
||||
|
@ -91,10 +91,7 @@ public:
|
||||
void setEnabledDynamicBackground(bool active);
|
||||
|
||||
bool existsWindowMaximized() const;
|
||||
void setExistsWindowMaximized(bool windowMaximized);
|
||||
|
||||
bool existsWindowSnapped() const;
|
||||
void setExistsWindowSnapped(bool windowSnapped);
|
||||
|
||||
//! KWin Edges Support functions
|
||||
bool enableKWinEdges() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user