summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test1.cpp
blob: 92c259c09c7328b4abfbb0d2018ce6e8976237e7 (plain)
1
2
3
4
5
6
7
8
9

#include "object.hpp"

int main()
{
  Object obj;

  return 0;
}