StyleD.cpp 82 B

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