2017-07-20 19:35:53 +02:00

7 lines
82 B
C++

#include "StyleB.hpp"
QStyle* StyleB::create(const QString& key)
{
return 0;
}