Remove unused InputDeviceHandler::atChanged signal

This commit is contained in:
Vlad Zahorodnii 2021-11-29 18:37:27 +02:00
parent d957e99365
commit 9741b1db2f
2 changed files with 0 additions and 2 deletions

View file

@ -2913,7 +2913,6 @@ bool InputDeviceHandler::setHover(Toplevel *toplevel)
m_hover.surfaceCreatedConnection = QMetaObject::Connection();
m_hover.window = toplevel;
Q_EMIT atChanged(old, toplevel);
return true;
}

View file

@ -452,7 +452,6 @@ public:
uint32_t lastEventTime() const;
Q_SIGNALS:
void atChanged(Toplevel *old, Toplevel *now);
void decorationChanged();
protected: