diff options
author | Timothy Pearson <[email protected]> | 2012-02-07 21:32:15 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-03 03:26:51 +0200 |
commit | 0dd46a86be31d728de1618f5c10ad0d7a3de794e (patch) | |
tree | 4afa418a569a12795db2d2f17046c847d96c5771 /kdesktop/lockeng.h | |
parent | 62a9582844524025136e3e595625c98dacc1e69f (diff) | |
download | tdebase-0dd46a86be31d728de1618f5c10ad0d7a3de794e.tar.gz tdebase-0dd46a86be31d728de1618f5c10ad0d7a3de794e.zip |
Update lock process to engage the lock in near real time
(cherry picked from commit 8d521d0b6ba88c6e679e7453f02897c8db7bbdf5)
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h index ae81f90eb..ae08e9ad8 100644 --- a/kdesktop/lockeng.h +++ b/kdesktop/lockeng.h @@ -78,6 +78,9 @@ public: */ virtual void saverLockReady(); +public slots: + void lockProcessWaiting(); + protected slots: void idleTimeout(); void lockProcessExited(); |