Qt Code:
QList<QVariant> list; QSet<QVariant> varSet; varSet = list.toSet();To copy to clipboard, switch view to plain text mode
Is this not possible? Am getting error If i do so saying this overload is not supported.
Qt Code:
QList<QVariant> list; QSet<QVariant> varSet; varSet = list.toSet();To copy to clipboard, switch view to plain text mode
Is this not possible? Am getting error If i do so saying this overload is not supported.
Bookmarks