Skip to content
Commit e0737299 authored by Pino Toscano's avatar Pino Toscano
Browse files

servertest: avoid duplicates

Commit 351a0ce3, which switched from
QList to QVector, also switched a QSet to QVector: this gives as result
duplicate items for the connection results.

Since having duplicate items does not make sense, then switch the
internal storage back to QSet, manually converting it to the QVector
that is emitted as parameter of the finished signal.
parent 9c7d4917
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment