summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/plugin2/plugin2.cpp
blob: c2ac873317d386ef0abbaefedde6d01d82816f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtCore/qstring.h>
#include "plugin2.h"

QString Plugin2::pluginName() const
{
    return QLatin1String("Plugin2 ok");
}

#include "moc_plugin2.cpp"