7 lines
82 B
C++
7 lines
82 B
C++
#include "StyleC.hpp"
|
|
|
|
QStyle* StyleC::create(const QString& key)
|
|
{
|
|
return 0;
|
|
}
|