Page MenuHomePhabricator

qt: use proper include for types used in qt slot
ClosedPublic

Authored by PiRK on Jun 3 2025, 06:09.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC19cb7dca47e9: qt: use proper include for types used in qt slot
Summary

The forward declaration is not good enough when attempting to compile with Qt6. We get a compile error.
Depends on D18185

Test Plan

ninja all check-all

Modify cmake config files to compile with Qt6 and see that it works (only the compilation works, the executable still doesn't run as expected)