cmake/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.hpp
2020-02-01 23:06:01 +01:00

19 lines
301 B
C++

#ifndef OtherUnderscoreEXTRA_HPP
#define OtherUnderscoreEXTRA_HPP
#include <QObject>
class OtherUnderscoreExtraPrivate;
class OtherUnderscoreExtra : public QObject
{
Q_OBJECT
public:
OtherUnderscoreExtra();
~OtherUnderscoreExtra();
private:
OtherUnderscoreExtraPrivate* const d;
};
#endif