summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp')
-rw-r--r--tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp b/tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp
new file mode 100644
index 0000000000..5b3280e884
--- /dev/null
+++ b/tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp
@@ -0,0 +1,10 @@
+#include "qmock2plugin.h"
+
+QT_BEGIN_NAMESPACE
+
+QString QMock2Plugin::pluginName() const
+{
+ return "QMock2Plugin";
+}
+
+QT_END_NAMESPACE