Files
CMake/Tests/QtAutogen/mocInclude/ObjA_p.h
T
Sebastian Holtermann f5ccef1751 Autogen: Extended mocInclude tests
The extended tests cover more AUTOMOC use cases.
2017-07-20 16:55:11 +02:00

13 lines
141 B
C++

#ifndef OBJA_P_HPP
#define OBJA_P_HPP
class ObjAPrivate : public QObject
{
Q_OBJECT
public:
ObjAPrivate();
~ObjAPrivate();
};
#endif