Files
CMake/Tests/QtAutogen/mocInclude/LObjA_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
146 B
C++

#ifndef LOBJA_P_HPP
#define LOBJA_P_HPP
class LObjAPrivate : public QObject
{
Q_OBJECT
public:
LObjAPrivate();
~LObjAPrivate();
};
#endif