summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/subExtra/EObjBExtra_p.hpp
blob: 3231fac96eee6ed839ba5719ebbdd7f9b8235b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef EOBJBEXTRA_P_HPP
#define EOBJBEXTRA_P_HPP

#include <QObject>

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

#endif