[Bug 68850] error during cpmpilation parts/doctreeview/doctreeviewwidget.cpp

Damir Islamov damir at land5.nsu.ru
Sun Nov 23 11:34:09 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:30 -------
To my mind the better solution is
-- if ( (f = fopen(d.filePath(*it), "r")) != 0)
++ QString temp=d.filePath(*it);
++ if ( (f = fopen(temp.ascii(), "r")) != 0)
At last it works!




More information about the KDevelop-devel mailing list