summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocInclude/ObjA_p.h
blob: eb60c980053772e1e87d011d2f87a4ee2424ed6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef OBJA_P_HPP
#define OBJA_P_HPP

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

#endif