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.