index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
QtAutogen
/
RerunMocPlugin
/
MocPlugin
/
StyleA.cpp
blob: b5e87533c63adbb9144ea325dee66bb75ad222a2 (
plain
)
1
2
3
4
5
6
#include
"StyleA.hpp"
QStyle
*
StyleA
::
create
(
const
QString
&
key
)
{
return
0
;
}