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