summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/ObjectLibrary/a/classa.cpp
blob: a548652dde94b6c97254983e0927b8ffed8f17ca (plain)
1
2
3
4
5
6
7
8
#include "classa.h"

#include <QDebug>

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