Bug 368108 - Adapt signature helper doesnt keep virtual
Summary: Adapt signature helper doesnt keep virtual
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.0.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 14:45 UTC by Ian H
Modified: 2022-10-31 16:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian H 2016-09-01 14:45:03 UTC
using the adapt signature option after changing a function definition in the cpp file removes the virtual keyword from the header file.

Reproducible: Always

Steps to Reproduce:
1. add function virtual void test(); to header file
2. add definition void test(){} to cpp file
3. add parameter to cpp file: void test(int val){}
4. use alt to bring up options, and use update declaration signature

Actual Results:  
header file now has void test(int val);

Expected Results:  
header file should have virtual void test(int val);
Comment 1 Justin Zobel 2022-10-24 00:46:52 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Ian H 2022-10-31 16:27:02 UTC
Still broken in 22.04