9 lines
99 B
C++
Raw Normal View History

2018-01-26 17:06:56 +01:00
#include "classb.h"
2020-02-01 23:06:01 +01:00
2018-01-26 17:06:56 +01:00
#include <QDebug>
void ClassB::slotDoSomething()
{
qDebug() << m_member;
}