summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprintengine.cpp
blob: b9afb282925e96c05d99b949540452f98f6a0047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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