cmake/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore_p.h

15 lines
221 B
C
Raw Normal View History

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