summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore.hpp
blob: 478955c30a2ddf7786e700384f051f307279f32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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