StyleE.cpp 156 B

123456789
  1. #include "StyleE.hpp"
  2. QStyle* StyleE::create(const QString& key)
  3. {
  4. return 0;
  5. }
  6. // AUTOMOC the StyleEInclude.hpp header
  7. #include "moc_StyleEInclude.cpp"