summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogenRerun/mocPlugin/StyleA.cpp
blob: b5e87533c63adbb9144ea325dee66bb75ad222a2 (plain)
1
2
3
4
5
6
#include "StyleA.hpp"

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