Re: [Qt-creator] doesn't see inline function definitions in .hpp files

2014-12-12 Thread Gene Smith
On 12/12/2014 09:03 AM, Cristian Tibirna wrote: > > On Friday 12 December 2014 01:20:19 Gene Smith wrote: >> I have just been using qt-creator to just browse a non-qt embedded c++ >> project. It seemed to be working fine until I tried to right click on a >> function that is inline it would only tak

Re: [Qt-creator] doesn't see inline function definitions in .hpp files

2014-12-12 Thread Cristian Tibirna
On Friday 12 December 2014 01:20:19 Gene Smith wrote: > I have just been using qt-creator to just browse a non-qt embedded c++ > project. It seemed to be working fine until I tried to right click on a > function that is inline it would only take me to the .h file where the > function is declared a

[Qt-creator] doesn't see inline function definitions in .hpp files

2014-12-11 Thread Gene Smith
I have just been using qt-creator to just browse a non-qt embedded c++ project. It seemed to be working fine until I tried to right click on a function that is inline it would only take me to the .h file where the function is declared and not to the .hpp file where it is defined. In this projec