[Qt-interest] Bug in QUrl?

Mihail Naydenov mlists at ymail.com
Thu Nov 26 12:59:53 CET 2009


----- Original Message ----
> From: Simarillion <simarillion at gmx.de>
> To: qt-interest at trolltech.com
> Sent: Thu, November 26, 2009 11:01:00 AM
> Subject: [Qt-interest] Bug in QUrl?
> 
> 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?

Try QUrl::setEncodedUrl.

> 
> Greets
> Michael
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest



      



More information about the Qt-interest-old mailing list