QWebChannel.JS and QVector
-
wrote on 8 Oct 2015, 12:06 last edited by
Hello, I try to send QVector<QString> from C++ server side to client side though QWebChannel, but on the client side after call method that return QVector<QString> I get null. Why the QVector<QString> doesn't receive correctly? QString, for example, is works fine. Thanks.
1/1