Files
CMake/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreExtra.hpp
T
2019-09-18 11:48:10 -04: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