M
M
mat0thew2015-05-01 11:45:00
Qt
mat0thew, 2015-05-01 11:45:00

How to use Poco Net in Qt Gui?

I 'm stuck at the moment when I catch a message of this kind:
Cannot convert rvalue of type "QString" to parameter type "std::basic_string"
What do you advise?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2015-05-01
@mat0thew

QString a;
std::string b=a.toLocal8bit().data();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question