summaryrefslogtreecommitdiffstats
path: root/src/serialport/removed_api.cpp
blob: 1d9fe2f72908267b434e2fa8c89b310ba295efa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2023 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

#define QT_SERIALPORT_BUILD_REMOVED_API

#include "qserialportglobal.h"

QT_USE_NAMESPACE

#if QT_SERIALPORT_REMOVED_SINCE(6, 7)

#include "qserialport.h"
#include "qserialport_p.h"

QBindable<bool> QSerialPort::bindableStopBits()
{
    return &d_func()->stopBits;
}

#endif // QT_SERIALPORT_REMOVED_SINCE(6, 7)