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

7 lines
82 B
C++

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