Skip to content

Use a struct instead of QPair

Ahmad Samir requested to merge work/ahmad/pair into master

Better readability and QPair is gone in Qt6 (replaced by a typedef to std::pair). See commits for details.

Edited by Ahmad Samir

Merge request reports