Skip to content

Used std::pair instead of QPair in private API

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

QPair is gone in Qt6, replaced by a typedef to std::pair.

GIT_SILENT

Merge request reports