aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/charactermap/mainwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/charactermap/mainwindow.py')
-rw-r--r--examples/widgets/widgets/charactermap/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/charactermap/mainwindow.py b/examples/widgets/widgets/charactermap/mainwindow.py
index 5f0e2bce4..d79285def 100644
--- a/examples/widgets/widgets/charactermap/mainwindow.py
+++ b/examples/widgets/widgets/charactermap/mainwindow.py
@@ -30,7 +30,7 @@ class MainWindow(QMainWindow):
file_menu.addAction("Quit", self.close)
help_menu = self.menuBar().addMenu("Help")
help_menu.addAction("Show Font Info", self.show_info)
- help_menu.addAction("About &Qt", qApp.aboutQt)
+ help_menu.addAction("About &Qt", qApp.aboutQt) # noqa: F821
central_widget = QWidget()