mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 08:33:59 +00:00
fc18e3f8943393d0d12bb47e7fc54da36bbdc49f
tagger.lookup_cd is connected to by a QMenu.triggered and a QAction.triggered. The latter sends a "checked" argument even if the QAction is not checkable, so action is never None. The old-style signal syntax allowed you to ignore arguments for certain connections.
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%