summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/crashdialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/crashdialog.py')
-rw-r--r--qutebrowser/misc/crashdialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/crashdialog.py b/qutebrowser/misc/crashdialog.py
index 1d709c0e4..81085f6a4 100644
--- a/qutebrowser/misc/crashdialog.py
+++ b/qutebrowser/misc/crashdialog.py
@@ -634,7 +634,7 @@ class ReportErrorDialog(QDialog):
hbox.addStretch()
btn = QPushButton("Close")
# FIXME:mypy PyQt6-stubs issue
- btn.clicked.connect(self.close) # type: ignore[arg-type]
+ btn.clicked.connect(self.close) # type: ignore[arg-type,unused-ignore]
hbox.addWidget(btn)
vbox.addLayout(hbox)