StyleB.cpp 82 B

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