From ac7b17be3a3ee79b271be284b492725ec4eaf5a7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 12 Nov 2014 23:26:43 +0100 Subject: [PATCH] Describe _busy attribute for prompter. --- qutebrowser/widgets/statusbar/prompter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/widgets/statusbar/prompter.py b/qutebrowser/widgets/statusbar/prompter.py index 08cce7611..557fdda6d 100644 --- a/qutebrowser/widgets/statusbar/prompter.py +++ b/qutebrowser/widgets/statusbar/prompter.py @@ -60,6 +60,7 @@ class Prompter(QObject): _question: A Question object with the question to be asked to the user. _loops: A list of local EventLoops to spin in when blocking. _queue: A deque of waiting questions. + _busy: If we're currently busy with asking a question. _win_id: The window ID this object is associated with. Signals: