summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocOptions2/main.cpp
blob: 98875f05010cdb64a35b40d73838513d9f84b561 (plain)
1
2
3
4
5
6
7
#include "object.hpp"

int main()
{
  Object object;
  return 0;
}