1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00

notify timer changes

This commit is contained in:
Johan Smith Agudelo Rodriguez 2016-12-30 14:33:42 -05:00
parent 8f4f3fe60e
commit da6c9c5f46

View File

@ -262,6 +262,9 @@ inline void VisibilityManagerPrivate::restoreConfig()
mode = static_cast<Dock::Visibility>(config.readEntry("visibility", static_cast<int>(Dock::DodgeActive)));
timerShow.setInterval(config.readEntry("timerShow", 0));
timerHide.setInterval(config.readEntry("timerHide", 0));
emit q->timerShowChanged();
emit q->timerHideChanged();
}
bool VisibilityManagerPrivate::event(QEvent *ev)