10 lines
156 B
C++
Raw Normal View History

2017-07-20 19:35:53 +02:00
#include "StyleE.hpp"
QStyle* StyleE::create(const QString& key)
{
return 0;
}
2018-01-26 17:06:56 +01:00
// AUTOMOC the StyleEInclude.hpp header
#include "moc_StyleEInclude.cpp"