summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocOnly/IncA.cpp
blob: 94610cd481e111fb200389642514fe3501a71c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "moc_IncA.cpp"
/// AUTOMOC moc_ include on the first line of the file!
#include "IncA.hpp"

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

IncA::IncA()
{
  IncAPrivate priv;
}

#include "IncA.moc"