summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocInclude/subExtra/EObjBExtra_p.hpp
blob: db8a0961fa13f7f2092ae5c72b7c0cf7e7a90f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EOBJBEXTRA_P_HPP
#define EOBJBEXTRA_P_HPP

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

#endif