summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/OtherUnderscoreSubDir/SubExtra_p.hpp
blob: 5a14a2d38f819a7164356428eeba670359a1c230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SubExtra_P_HPP
#define SubExtra_P_HPP

#include <QObject>

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

#endif