1 2 3 4 5 6 7 8
#include "classb.h" #include <QDebug> void ClassB::slotDoSomething() { qDebug() << m_member; }