effects: Drop EffectWindow::isCurrentTab
This commit is contained in:
parent
20487c7cda
commit
4f44c28032
3 changed files with 0 additions and 10 deletions
|
@ -2138,12 +2138,6 @@ MANAGED_HELPER(bool, isUnresponsive, unresponsive, false)
|
|||
|
||||
#undef MANAGED_HELPER
|
||||
|
||||
// legacy from tab groups, can be removed when no effects use this any more.
|
||||
bool EffectWindowImpl::isCurrentTab() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QString EffectWindowImpl::windowClass() const
|
||||
{
|
||||
return m_window->resourceName() + QLatin1Char(' ') + m_window->resourceClass();
|
||||
|
|
|
@ -458,7 +458,6 @@ public:
|
|||
QString windowClass() const override;
|
||||
NET::WindowType windowType() const override;
|
||||
bool isSkipSwitcher() const override;
|
||||
bool isCurrentTab() const override;
|
||||
QString windowRole() const override;
|
||||
|
||||
bool isManaged() const override;
|
||||
|
|
|
@ -2591,9 +2591,6 @@ public:
|
|||
virtual void unminimize() = 0;
|
||||
Q_SCRIPTABLE virtual void closeWindow() = 0;
|
||||
|
||||
/// deprecated
|
||||
virtual bool isCurrentTab() const = 0;
|
||||
|
||||
/**
|
||||
* @since 4.11
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue