summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot_p.hpp
blob: 626a9a86c87c7435763150fc44fc14ddf339e9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef InIncludes_SubOwnDot_P_HPP
#define InIncludes_SubOwnDot_P_HPP

#include <QObject>

namespace InIncludes {

class SubOwnDotPrivate : public QObject
{
  Q_OBJECT
public:
  SubOwnDotPrivate();
  ~SubOwnDotPrivate();
};

} // End of namespace

#endif