Use the QAction data() for file paths rather than text()
commitd9e6c30567c58507dc1b6f9eb2edbe67a0acc624
authorMartin Tůma <tumic@cbox.cz>
Sun, 3 Mar 2024 22:11:48 +0000 (3 23:11 +0100)
committerMartin Tůma <tumic@cbox.cz>
Sun, 3 Mar 2024 22:11:48 +0000 (3 23:11 +0100)
tree3c416c95c456926f13c15160be4810d168499e8a
parent20f1003ce6798f6a39b65956433714de892fe2bc
Use the QAction data() for file paths rather than text()

As seen in KDE Neon, some Qt themes or distros mangle the text() by adding
automatic shortcut accelerators that break the paths for opening.
src/GUI/gui.cpp