summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/same_name/bbb/aaa/item.cpp
blob: 36d5b6da0a84bbda66c32b234528e4ebb3e35f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "item.hpp"

namespace bbb {
namespace aaa {

void
Item::go ( )
{
}

}
}