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

10 lines
156 B
C++

#include "StyleE.hpp"
QStyle* StyleE::create(const QString& key)
{
return 0;
}
// AUTOMOC the StyleEInclude.hpp header
#include "moc_StyleEInclude.cpp"