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

20 lines
329 B
C++
Raw Normal View History

2020-02-01 23:06:01 +01:00
#ifndef LOwnDotUnderscore_HPP
#define LOwnDotUnderscore_HPP
#include <QObject>
// Object source comes with a .moc and a _moc include
class OwnDotUnderscorePrivate;
class OwnDotUnderscore : public QObject
{
Q_OBJECT
public:
OwnDotUnderscore();
~OwnDotUnderscore();
private:
OwnDotUnderscorePrivate* const d;
};
#endif