StyleA.cpp 82 B

123456
  1. #include "StyleA.hpp"
  2. QStyle* StyleA::create(const QString& key)
  3. {
  4. return 0;
  5. }