[Bug 64103] New: kdevelop 3.0.0a6 fails to compile (doctreeview/doctreeviewwidget.cpp)
Nicolai Haehnle
prefect_ at gmx.net
Fri Sep 12 00:15: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=64103
Summary: kdevelop 3.0.0a6 fails to compile
(doctreeview/doctreeviewwidget.cpp)
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: prefect_ at gmx.net
Version: (using KDE KDE 3.1.3)
Installed from: Compiled From Sources
Compiler: gcc-3.3..2
OS: Linux
In doctreeview/doctreeviewwidget.cpp, line 766, QString is implicitly cast to (const char*):
if ( (f = fopen(d.filePath(*it), "r")) != 0)
However, there's no appropriate casting operator available (I think that depends on the version of Qt or something; the fact remains that there are configurations without such an operator).
More information about the KDevelop-devel
mailing list