[Bug 72271] Doctreeview does not allow ? characters in the kdeveloptoc file format
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Sun Jan 11 17:41:02 UTC 2004
------- 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=72271
------- Additional Comments From amilcar at ida.ing.tu-bs.de 2004-01-11 17:40 -------
Subject: Re: Doctreeview does not allow ? characters in the kdeveloptoc
file format
I've tracked this down to
parts/doctreeview/doctreeviewwidget.cpp:507
QString url = childEl.attribute("url");
and
parts/doctreeview/doctreeviewwidget.cpp:514
item->setFileName(base + url);
yes the url is built with adition. Should I use append instead?
More information about the KDevelop-devel
mailing list