Remove unused InputDeviceHandler::atChanged signal
This commit is contained in:
parent
d957e99365
commit
9741b1db2f
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue