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

15 lines
216 B
C++

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