summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/statusbar/url.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/mainwindow/statusbar/url.py')
-rw-r--r--qutebrowser/mainwindow/statusbar/url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/mainwindow/statusbar/url.py b/qutebrowser/mainwindow/statusbar/url.py
index 5eec66f72..21a203acd 100644
--- a/qutebrowser/mainwindow/statusbar/url.py
+++ b/qutebrowser/mainwindow/statusbar/url.py
@@ -90,7 +90,7 @@ class UrlText(textbase.TextBase):
self._normal_url = None
self._normal_url_type = UrlType.normal
- @QtCore.pyqtProperty(str)
+ @QtCore.pyqtProperty(str) # type: ignore[attr-defined]
def urltype(self):
"""Getter for self.urltype, so it can be used as Qt property.