2018-01-26 17:06:56 +01:00

7 lines
82 B
C++

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