summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocOnly/IncB.cpp
blob: bd441a978cc84062779bdabee36429f15fe33aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "IncB.hpp"

/// @brief Source local QObject
///
class IncBPrivate : public QObject
{
  Q_OBJECT
public:
  IncBPrivate(){};
};

IncB::IncB()
{
  IncBPrivate priv;
}

/// AUTOMOC moc_ include on the last line of the file!
#include "IncB.moc"
#include "moc_IncB.cpp"