summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/SObjCExtra.hpp
blob: 08545ac299ec10a0e91e77b6e07ac8c8a9e1b5d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SOBJCEXTRA_HPP
#define SOBJCEXTRA_HPP

#include <QObject>

// Object source includes externally generated .moc file
class SObjCExtra : public QObject
{
  Q_OBJECT
public:
  SObjCExtra();
  ~SObjCExtra();
};

#endif