summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocOptions/main.cpp
blob: 7aeab1a89b94549802a8a4bb08c2dc850338d9e9 (plain)
1
2
3
4
5
6
7
#include "Object.hpp"

int main(int argv, char** args)
{
  Object object;
  return 0;
}