Hi,
if I create a QUrl to our xml-rpc Server like this:
QUrl ServerURL;
ServerURL.setUrl("http://study.hiper-campus.com/?q=services/xmlrpc");
or
QUrl ServerURL("http://studien.hiper-campus.de/?q=services/xmlrpc");
,afterwards the QUrl.path() variable is empty. Is this due to the question
mark? Is it a bug?
Greets
Michael