qt6-bb10/src/printsupport/kernel/qprintengine.cpp

16 lines
318 B
C++

// Copyright (C) 2024 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 <QtPrintSupport/qprintengine.h>
QT_BEGIN_NAMESPACE
#ifndef QT_NO_PRINTER
QPrintEngine::~QPrintEngine()
= default;
#endif // QT_NO_PRINTER
QT_END_NAMESPACE