[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 145829] New: only previously declared global methods are visible
From:       Bartosz Wadolowski <bwadolowski () o2 ! pl>
Date:       2007-05-23 0:00:59
Message-ID: 20070523020058.145829.bwadolowski () o2 ! pl
[Download RAW message or body]

------- 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=145829         
           Summary: only previously declared global methods are visible in
                    class view
           Product: kdevelop
           Version: 3.4.1
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: bwadolowski o2 pl


Version:           3.4.1 (using KDE KDE 3.5.7)
Installed from:    Ubuntu Packages
OS:                Linux

as in description. this is example:

// main.cpp

int func(){
  return 0;
}

int main(){
  return 0;
}

//end of main.cpp

only main() function is visible in class view. but when i add declaration of func() like this:


// main.cpp

int func();
int func(){
  return 0;
}

int main(){
  return 0;
}

//end of main.cpp

then both functions are visible in class view


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic