summaryrefslogtreecommitdiff
path: root/Tests/QtAutogenRerun/mocPlugin/StyleE.cpp
blob: 344831969b4982b11964b263325e69d162d65935 (plain)
1
2
3
4
5
6
7
8
9
#include "StyleE.hpp"

QStyle* StyleE::create(const QString& key)
{
  return 0;
}

// AUTOMOC the StyleEInclude.hpp header
#include "moc_StyleEInclude.cpp"