Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldebugserver_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant
4
5#ifndef QQMLDEBUGSERVER_P_H
6#define QQMLDEBUGSERVER_P_H
7
9
10#include <private/qtqmlglobal_p.h>
11#include <QtCore/QIODevice>
12
13//
14// W A R N I N G
15// -------------
16//
17// This file is not part of the Qt API. It exists purely as an
18// implementation detail. This header file may change from version to
19// version without notice, or even be removed.
20//
21// We mean it.
22//
23
25
26class Q_QML_EXPORT QQmlDebugServer : public QQmlDebugConnector
27{
28 Q_OBJECT
29public:
30 ~QQmlDebugServer() override;
31 virtual void setDevice(QIODevice *socket) = 0;
32};
33
34QT_END_NAMESPACE
35
36#endif // QQMLDEBUGSERVER_P_H
Combined button and popup list for selecting options.