summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/mocInclude/ObjB.cpp
blob: a6f2509af4e625ca0a67aebceb1bb876c4b9124e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "ObjB.hpp"
#include "ObjB_p.h"

ObjBPrivate::ObjBPrivate()
{
}

ObjBPrivate::~ObjBPrivate()
{
}

ObjB::ObjB()
  : d(new ObjBPrivate)
{
}

ObjB::~ObjB()
{
  delete d;
}

#include "moc_ObjB.cpp"