[Qt-interest] Bug in QUrl?

Simarillion simarillion at gmx.de
Thu Nov 26 10:01:00 CET 2009


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



More information about the Qt-interest-old mailing list