blob: 11ebd8104d593f03fcb09d1aafc26b4cc6491f1a [file] [log] [blame]
#include "OtherUnderscoreExtra.hpp"
#include "OtherUnderscoreExtra_p.hpp"
OtherUnderscoreExtraPrivate::OtherUnderscoreExtraPrivate()
{
}
OtherUnderscoreExtraPrivate::~OtherUnderscoreExtraPrivate()
{
}
OtherUnderscoreExtra::OtherUnderscoreExtra()
: d(new OtherUnderscoreExtraPrivate)
{
}
OtherUnderscoreExtra::~OtherUnderscoreExtra()
{
delete d;
}