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

            Bug ID: 401081
           Summary: Change parameter name in declaration of function
                    inserts "classname::" on begin its name
           Product: kdevelop
           Version: 5.3.0
          Platform: Archlinux Packages
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: piotr.mierzwin...@gmail.com
  Target Milestone: ---

SUMMARY
In my Qt5 project I have class "ColumnsPage". 
I went to declaration of some function (with one int type parameter). Renamed
parameter and accepted "Solution". In result it has been broken.
It looks like regression. I don't remember that something like that happen in
previous version (5.2.x)

STEPS TO REPRODUCE
1. Open C++ project
2. Open header file
3. Find function with one parameter (I suppose type doesn't matter) which has
its definition in cpp file
4. Rename parameter and accept suggested "Solution"

OBSERVED RESULT
        int ColumnsPage::columnWidth(int nLogicId)
;

EXPECTED RESULT
        int columnWidth(int nLogicId);

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: YES
(available in About System)
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52
Qt Version: 5.11.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to