Fix build
This commit is contained in:
parent
7d3bce21a1
commit
483ef644df
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void KWinIdleTimePoller::unloadPoller()
|
|||
{
|
||||
if (waylandServer() && waylandServer()->idle()) {
|
||||
disconnect(waylandServer()->idle(), &KWaylandServer::IdleInterface::inhibitedChanged, this, &KWinIdleTimePoller::onInhibitedChanged);
|
||||
disconnect(waylandServer()->idle(), &KWaylandServer::IdleInterface::timestampChanged, this, &KWinIdleTimePoller::onTimestampChanged);
|
||||
disconnect(waylandServer()->seat(), &KWaylandServer::SeatInterface::timestampChanged, this, &KWinIdleTimePoller::onTimestampChanged);
|
||||
}
|
||||
|
||||
qDeleteAll(m_timeouts);
|
||||
|
|
Loading…
Reference in a new issue