debug-console: Make objreg available by default.
This commit is contained in:
parent
d9ffec7183
commit
637ceb9bdd
@ -30,7 +30,7 @@ from PyQt5.QtGui import QTextCursor
|
|||||||
|
|
||||||
from qutebrowser.config import config
|
from qutebrowser.config import config
|
||||||
from qutebrowser.models import cmdhistory
|
from qutebrowser.models import cmdhistory
|
||||||
from qutebrowser.utils import utils, log
|
from qutebrowser.utils import utils, log, objreg
|
||||||
from qutebrowser.widgets import misc
|
from qutebrowser.widgets import misc
|
||||||
|
|
||||||
|
|
||||||
@ -196,6 +196,7 @@ class ConsoleWidget(QWidget):
|
|||||||
# We use parent as self here because the user "feels" the whole
|
# We use parent as self here because the user "feels" the whole
|
||||||
# console, not just the line edit.
|
# console, not just the line edit.
|
||||||
'self': parent,
|
'self': parent,
|
||||||
|
'objreg': objreg,
|
||||||
}
|
}
|
||||||
self._more = False
|
self._more = False
|
||||||
self._buffer = []
|
self._buffer = []
|
||||||
|
Loading…
Reference in New Issue
Block a user