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

7 lines
82 B
C++

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