Quote Originally Posted by caduel View Post
the declaration is hidden by the subclass.
add the line
Qt Code:
  1. using ClassA::zValue;
To copy to clipboard, switch view to plain text mode 
to the subclass ClassB

HTH
Quote Originally Posted by lni View Post
Thanks! First time seeing this!
better just use mess.ClassA::zValue(QPointF(0,0),&ok);