summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryinterface.cpp
blob: 1a48d311aafea485bab1b908860dafcb3503d4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "qfactoryinterface.h"

QT_BEGIN_NAMESPACE

QFactoryInterface::~QFactoryInterface()
{
}

QT_END_NAMESPACE