freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.36k stars 153 forks source link

Fix Qt QAction import #794

Closed naglis closed 1 month ago

naglis commented 2 months ago

In PySide2 QAction is available under PySide2.QtWidgets whereas in PySide6 it resides under PySide6.QtGui.

Closes #788

apyrgio commented 2 months ago

Thanks a lot @naglis! As discussed in https://github.com/freedomofpress/dangerzone/issues/788#issuecomment-2084879960, we'll merge this right after the 0.6.1 release, since we've mostly wrapped up the QA for this release: https://github.com/freedomofpress/dangerzone/issues/785

apyrgio commented 1 month ago

Merged! This is the last PR that remained open. Thanks a lot for the contributions @naglis, and your attention to detail.