Files
CMake/Tests/QtAutogen/mocInclude/LObjB_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 LOBJB_P_HPP
#define LOBJB_P_HPP
class LObjBPrivate : public QObject
{
Q_OBJECT
public:
LObjBPrivate();
~LObjBPrivate();
};
#endif