Task-number: QTBUG-124453 Change-Id: I4487791114ce8ee6d2e788cc9a5f2ea5ec162f6b Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
13 lines
248 B
C++
13 lines
248 B
C++
// Copyright (C) 2024 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
|
#include "qmock4plugin.h"
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
QString QMock4Plugin::pluginName() const
|
|
{
|
|
return "QMock4Plugin";
|
|
}
|
|
|
|
QT_END_NAMESPACE
|