cmake/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.hpp

19 lines
301 B
C++
Raw Normal View History

2020-02-01 23:06:01 +01:00
#ifndef OtherUnderscoreEXTRA_HPP
#define OtherUnderscoreEXTRA_HPP
#include <QObject>
class OtherUnderscoreExtraPrivate;
class OtherUnderscoreExtra : public QObject
{
Q_OBJECT
public:
OtherUnderscoreExtra();
~OtherUnderscoreExtra();
private:
OtherUnderscoreExtraPrivate* const d;
};
#endif