Files
CMake/Tests/QtAutogen/MocInclude/EObjA_p.hpp
T
2018-01-17 17:23:49 +01:00

15 lines
166 B
C++

#ifndef EOBJA_P_HPP
#define EOBJA_P_HPP
#include <QObject>
class EObjAPrivate : public QObject
{
Q_OBJECT
public:
EObjAPrivate();
~EObjAPrivate();
};
#endif