summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/Common/common.cpp.in
blob: b53e93dd6cb6cf5690467ab01bb53bcf56e905b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include "DualSub/Second/Second.hpp"
#include "DualSubMocked.hpp"
#include "ExternDot.hpp"
#include "ExternDotGenerated.hpp"
#include "None.hpp"
#include "OtherUnderscore.hpp"
#include "OtherUnderscoreSub.hpp"
#include "OwnDot.hpp"
#include "OwnDotUnderscore.hpp"
#include "OwnUnderscore.hpp"
#include "InIncludes/SubOwnDot.hpp"

bool @COMMON_FUNCTION_NAME@()
{
  None objNone;
  OwnUnderscore objOwnUnderscore;
  OwnDot objOwnDot;
  OwnDotUnderscore objOwnDotUnderscore;

  OtherUnderscore objOtherUnderscore;
  OtherUnderscoreSub objOtherUnderscoreSub;

  Second second;
  DualSubMocked dualSubMocked;

  ExternDot objExternDot;
  ExternDotGenerated objGeneratedExternDot;

  InIncludes::SubOwnDot subOwnDot;

  return true;
}