summaryrefslogtreecommitdiff
path: root/qutebrowser/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/app.py')
-rw-r--r--qutebrowser/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/app.py b/qutebrowser/app.py
index d2e9468aa..32dbfe0cf 100644
--- a/qutebrowser/app.py
+++ b/qutebrowser/app.py
@@ -136,7 +136,7 @@ def qt_mainloop():
WARNING: misc/crashdialog.py checks the stacktrace for this function
name, so if this is changed, it should be changed there as well!
"""
- return q_app.exec_()
+ return q_app.exec()
def init(*, args: argparse.Namespace) -> None: