summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.cpp
blob: 11ebd8104d593f03fcb09d1aafc26b4cc6491f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "OtherUnderscoreExtra.hpp"

#include "OtherUnderscoreExtra_p.hpp"

OtherUnderscoreExtraPrivate::OtherUnderscoreExtraPrivate()
{
}

OtherUnderscoreExtraPrivate::~OtherUnderscoreExtraPrivate()
{
}

OtherUnderscoreExtra::OtherUnderscoreExtra()
  : d(new OtherUnderscoreExtraPrivate)
{
}

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