summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/OwnDotUnderscore_p.h
blob: 6950b7f13e8744c7303d98def340a4e9afd0bd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef OwnDotUnderscore_P_HPP
#define OwnDotUnderscore_P_HPP

#include <QObject>

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

#endif