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

namespace bbb {

class MocLocal : public QObject
{
  Q_OBJECT;

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

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

#include "bbb/item.moc"