aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_clopts.py
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-05-09 20:57:55 -0400
committerJohn Thacker <johnthacker@gmail.com>2023-05-10 11:18:09 +0000
commit37dd1d007bbf1f4adba450c5e20c26f6edb5aa56 (patch)
tree4ba45a20a4c2a47c665e93db26e49926a8e628a5 /test/suite_clopts.py
parent3d6f4cdb9fd975bff9608daa990f2c75c19271a8 (diff)
Qt: Avoid unnecessary retaps when creating RTP and VOIP dialogs
Similar to 5bc94bc02a9f006a5eec504506a147f48d3101eb. Don't use the automatic connection set up by Qt uic but manually connect the display filter checkbox signal to its slot. This allows us to initialize the checkbox and filter status without calling the slot and retapping the packets in the middle of constructor. There's always an tap triggered at the end of the constructor, so we don't want to do a second one before the dialog appears if the main display filter is set.
Diffstat (limited to 'test/suite_clopts.py')
0 files changed, 0 insertions, 0 deletions