Files
CMake/Tests/QtAutogen/MocOnly/IncA.cpp
2018-01-18 18:38:45 +01:00

20 lines
274 B
C++

#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"