10 lines
156 B
C++
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"
|