summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocInclude/Common/MixedSkipped.hpp
blob: 5f6c6644f9fe3af77d9fa02c7733f371f0434194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MixedSkipped_HPP
#define MixedSkipped_HPP

#include <QObject>

// Object source includes
// - Own moc_ and .moc files.
// - externally generated moc_ file from a SKIP_AUTOMOC enabled header
class MixedSkipped : public QObject
{
  Q_OBJECT
public:
  MixedSkipped();
  ~MixedSkipped();
};

#endif