------- 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=162694 Summary: make member: while creating implementation mimic the declaration Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: bluedzins wp pl Version: (using KDE 3.5.9) Installed from: SuSE RPMs You could pretty much test any declaration style, but let's look at one of them class A { int &a(); }; What we have to do? Just put "A::". In effect we get exactly the same style user uses in declaration. But Kdevelop tries too much: int & A::a(); Please, don't do this. Respect user's coding style and mimic the declaration. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs