Bug? operator function
    Jesper Saxtorph 
    sax at private.dk
       
    Sun Sep 19 09:24:22 BST 1999
    
    
  
Hello
When I make an operator function like:
class MatrixGraph
{
  public:
    MatrixGraph();
    ~MatrixGraph();
    MatrixGraph& operator=(MatrixGraph& mg);
}
It will show up in the classview both under the class MatrixGraph and
under global functions. Under the class Matrix class I can only go to
the decleration in the code and under the global functions I can onle go
to the definition in the code.
I think it should only show up under the class as any other class
functions.
Regards
Jesper Saxtorph
    
    
More information about the KDevelop
mailing list