2018-01-26 17:06:56 +01: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"