summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/ObjectLibrary/b/classb.cpp
blob: e5cc2e77ec991ed8cc202b8c89df7edb573b886b (plain)
1
2
3
4
5
6
7
8
#include "classb.h"

#include <QDebug>

void ClassB::slotDoSomething()
{
  qDebug() << m_member;
}