summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sameName/aaa/item.cpp
blob: 85312e929dacccc750fe87037286b6bc8dedac03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "item.hpp"

namespace aaa {

class MocLocal : public QObject
{
  Q_OBJECT;

public:
  MocLocal() = default;
  ~MocLocal() = default;
};

void Item::go()
{
  MocLocal obj;
}
}

#include "aaa/item.moc"