summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocInclude/subExtra/EObjBExtra.hpp
blob: 3798d7f522fa1bef31856db66d5ba760169b3866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef EOBJBEXTRA_HPP
#define EOBJBEXTRA_HPP

#include <QObject>

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

private:
  EObjBExtraPrivate* const d;
};

#endif