tomkulaga
Senior Member
25 Posts |
Posted - Jul 21 2015 : 6:36:12 PM
|
Hi,
When I choose "change signature" on a class method, in the header file, the dialog pops up and shows me the instances to change. It display the declaration in the header and the implementation in the CPP file.
When I do the same by selecting "Change signature" on the implementation, it does not show the header file in dialog, only the references to the method in the CPP.
Regards, Tom |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jul 21 2015 : 7:56:24 PM
|
Does Find References find the method in the header file when your trigger it over the implementation in the cpp file?
What happens if you press alt+g on the Implementation? (on the method name)
If you open the "Open File in Solution" dialog and filter to the filename, are you able to find the header with this dialog? I mean is it listed in the listbox of the dialog?
Is the header file part of your project? |
Edited by - accord on Jul 21 2015 7:57:24 PM |
|
|