summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test2.cpp
blob: 155b19b757e8b5e074bcd89385705d98c3d88653 (plain)
1
2
3
4
5
6
7
8
9
10

#include "test2.hpp"

int main()
{
  SimpleLib obj;
  LObject lobject;

  return 0;
}