Remove unused InputDeviceHandler::atChanged signal

master
Vlad Zahorodnii 3 years ago
parent d957e99365
commit 9741b1db2f

@ -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;
}

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

Loading…
Cancel
Save