limdor/quoniam

Use std vector/pair instead of QVector/QPair where possible

Closed this issue · 0 comments

There are some parts of the code the only dependency with Qt is because of the use of QVector and QPair.
It should be replace for the use of the standard library.