mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-23 08:06:46 +00:00
3db8c31285d35e863f19b4cd8fd4c8019fc7ea74
This reduces some of the complexity by removing the "item_to_object" and "object_to_item" dicts, plus associated code to keep them up-to-date. Instead items and objects are cross-referenced via instance attributes. Most of the icons and some other variables moved to class attributes where it made sense, so that the tree items didn't have to make ugly and slow lookups like self.treeWidget().panel.foo.
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%