[Bug 68850] error during cpmpilation parts/doctreeview/doctreeviewwidget.cpp
Damir Islamov
damir at land5.nsu.ru
Sun Nov 23 11:43:06 UTC 2003
------- 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=68850
------- Additional Comments From damir at land5.nsu.ru 2003-11-23 11:41 -------
-- if ( (f = fopen(d.filePath(*it), "r")) != 0)
++ QString temp=d.filePath(*it);
++ if ( (f = fopen(temp.ascii(), "r")) != 0)
More information about the KDevelop-devel
mailing list