summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocOnlySource/main.cpp
blob: 06f8d810608ebda4a240c3af9705d39b07c354e9 (plain)
1
2
3
4
5
6
7
8
9
#include "StyleA.hpp"
#include "StyleB.hpp"

int main(int argv, char** args)
{
  StyleA styleA;
  StyleB styleB;
  return 0;
}