summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/sameName/aaa/item.cpp
blob: e35d3d128e1232f21f72233a5af92e0ad479fe5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "item.hpp"
// Include ui_view.h only in header

namespace aaa {

class MocLocal : public QObject
{
  Q_OBJECT;

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

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

#include "aaa/item.moc"