[Bug 62462] New: compile error in kdevelop/doctreeview.cpp for cvs KDE_2_2_BRANCH

tmohan tmohan at users.sourceforge.net
Sun Aug 10 20:50:04 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=62462     
           Summary: compile error in kdevelop/doctreeview.cpp for cvs
                    KDE_2_2_BRANCH
           Product: kdevelop
           Version: 2.1.5
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: tmohan at users.sourceforge.net


Version:           2.1.5 (using KDE 3.1.3)
Installed from:    compiled sources
Compiler:          gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk)
OS:          Linux (i686) release 2.4.22-rc2

gcc3.3
file kdevelop/doctreeview.cpp
declaration of class DocTreeKDELibsFolder : public ListViewFolderItem

...
#if KDE_QTVER >= 3
void DocTreeKDELibsFolder::appendBooks(QDir dir);
#endif
...

compile stops with
doctreeview.cpp:829: error: extra qualification `DocTreeKDELibsFolder::' on member `appendBooks' ignored

shouldn't the declaration just be...

...
#if KDE_QTVER >= 3
void appendBooks(QDir dir);
#endif
...




More information about the KDevelop-devel mailing list