Skip to content

Used a struct instead of QPair

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

QPair is gone in Qt6, replaced by a typedef to std::pair. And a struct with named members is more readable anyway.

GIT_SILENT

Merge request reports