[Bug 126073] drkonqi blocks logout if some application crashes

firewalker firew4lker at gmail.com
Sat May 26 09:42:26 BST 2012


https://bugs.kde.org/show_bug.cgi?id=126073

--- Comment #33 from firewalker <firew4lker at gmail.com> ---
Created attachment 71377
  --> https://bugs.kde.org/attachment.cgi?id=71377&action=edit
It adds a time out (60 secs) to drkonqi.

I just inserter a time out method to quit DrKonqi after 60 seconds. You can
change the value to what ever you need. The value is expressed in milliseconds
(60 secs = 60000).

QTimer::singleShot(60000, qa, SLOT(quit()));

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list