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

15 lines
231 B
C++
Raw Normal View History

2020-02-01 23:06:01 +01:00
#ifndef OtherUnderscoreSub_P_HPP
#define OtherUnderscoreSub_P_HPP
#include <QObject>
class OtherUnderscoreSubPrivate : public QObject
{
Q_OBJECT
public:
OtherUnderscoreSubPrivate();
~OtherUnderscoreSubPrivate();
};
#endif