dangerzone icon indicating copy to clipboard operation
dangerzone copied to clipboard

PySide DeprecationWarning: `exec_`->`exec`

Open eloquence opened this issue 9 months ago • 1 comments

Seen in QA with Ubuntu 22.04 target during tests:

/home/user/dangerzone/dangerzone/gui/main_window.py:208: DeprecationWarning: 'exec_' will be removed in the future. Use 'exec' instead. update_widget.exec_()

Wasn't able to find any actual deprecation timeline, just complaints about lack of documentation for this deprecation :upside_down_face: https://bugreports.qt.io/browse/PYSIDE-1583

eloquence avatar Oct 12 '23 19:10 eloquence