Actually i did alot changing on code and googling, if it's make you feel better, i suffering myself to don't ask a question!
But i have to do :|
I have c++ class with a this function
std::string addUri(std::vector<std::string> uris, std::map<std::string, std::string> options);
std::string addUri(std::vector<std::string> uris, std::map<std::string, std::string> options);
To copy to clipboard, switch view to plain text mode
All i want to do is make a qt wrap function for it
Like:
QString addUri
(QVector<QString> uris, QMap<QString, QString> options
);
QString addUri(QVector<QString> uris, QMap<QString, QString> options);
To copy to clipboard, switch view to plain text mode

The wrap one isn't right
I will apperciate to help me in this conversion
tahnks
Bookmarks