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

15 lines
221 B
C++

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