summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/almostplugin/almostplugin.cpp
blob: 29b6df26835d2fdd03309cf016f3e2eacee6ffdd (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>
#include "almostplugin.h"
#include <QtCore/qplugin.h>

QString AlmostPlugin::pluginName() const
{
    unresolvedSymbol();
    return QLatin1String("Plugin ok");
}