[Bug 159017] URLs are converted to lower case   
    Sebastian Sauer 
    mail at dipe.org
       
    Sun Mar  9 23:06:24 CET 2008
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=159017         
------- Additional Comments From mail dipe org  2008-03-09 23:06 -------
eh, a small typo went in. The first testcase should be;
KUrl u1("www.Abc.de"); 
kDebug()<<u1.url(); //"www.Abc.de" 
u1.setProtocol("http"); 
kDebug()<<u1.url(); //"http:www.Abc.de" (so, without "//" but uppercased)
    
    
More information about the Panel-devel
mailing list