diff options
Diffstat (limited to 'Tests/QtAutogenRerun/mocPlugin/StyleE.cpp')
-rw-r--r-- | Tests/QtAutogenRerun/mocPlugin/StyleE.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/QtAutogenRerun/mocPlugin/StyleE.cpp b/Tests/QtAutogenRerun/mocPlugin/StyleE.cpp new file mode 100644 index 0000000..8fc9a7f --- /dev/null +++ b/Tests/QtAutogenRerun/mocPlugin/StyleE.cpp @@ -0,0 +1,6 @@ +#include "StyleE.hpp" + +QStyle* StyleE::create(const QString& key) +{ + return 0; +} |