summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/objectLibrary/b/classb.cpp
blob: 26e09261cc391d31f3d774d99aaa779b0178676b (plain)
1
2
3
4
5
6
7
#include "classb.h"
#include <QDebug>

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