Hi,
I'm using v27.0.2.0 64-bit Qt5.
This line of code:
class PowerMonitorAdc : public PowerMonitorBase {
Tagging can't find PowerMonitorBase, even though the file where it's defined is included in the project.
I'm new to C++, am I missing something?
The common free code editor has no problem tagging this...