2018-04-23 21:13:27 +02:00

7 lines
82 B
C++

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