1#include "qmock2plugin.h"
2
3QT_BEGIN_NAMESPACE
4
5QString QMock2Plugin::pluginName() const
6{
7 return "QMock2Plugin";
8}
9
10QT_END_NAMESPACE
11

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of qtbase/tests/auto/cmake/mockplugins/mock2plugin/qmock2plugin.cpp