summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocCMP0100/main.cpp
blob: 17061daeae1aba21b9658ca9387a8d4ff86a774c (plain)
1
2
3
4
5
6
7
8
9
#include "Obj.hh"
#include "Obj2.hh"

int main(int argv, char** args)
{
  Obj obj;
  Obj2 obj2;
  return 0;
}