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

List:       kdevelop-bugs
Subject:    [Bug 244957] New: Classbrowser present other selfnamed Header
From:       Marcel Witter <mardanny71 () googlemail ! com>
Date:       2010-07-17 13:31:26
Message-ID: bug-244957-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=244957

           Summary: Classbrowser present other selfnamed Header
           Product: kdevelop
           Version: 4.0.0
          Platform: openSUSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: classview
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: mardanny71@googlemail.com


Version:           4.0.0 (using KDE 4.4.4) 
OS:                Linux

The Classbrowser presents the Header from a other Direktory, after Kdevelop has
open 2 Projekts and if the Header have the self Name.

Example:
Projekt1:
myclass.h:
..............................................
//myclass.h
#ifndef MYCLASS_H
#define MYCLASS_H

class MyClass
{
private:
  char myvar1;  //myvar2 in Projekt2
public:
  void myfunc1(void);  //myvar2 in Projekt2
};

#endif // MYCLASS_H
..................................................
myclass.cpp:
...........................................
//myclass.cpp

#include "myclass.h"
#include <iostream>
void MyClass::myfunc1(void )
{
  std::cout << "Projekt1" << std::endl;        //Projekt2 in Projekt2
}
................................................


Reproducible: Always

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

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