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
qdevicediscovery_dummy.cpp
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
4
#
include
"qdevicediscovery_dummy_p.h"
5
6
QT_BEGIN_NAMESPACE
7
8
QDeviceDiscovery *QDeviceDiscovery::create(QDeviceTypes types, QObject *parent)
9
{
10
return
new
QDeviceDiscoveryDummy(types, parent);
11
}
12
13
QDeviceDiscoveryDummy::QDeviceDiscoveryDummy(QDeviceTypes types, QObject *parent)
14
: QDeviceDiscovery(types, parent)
15
{
16
}
17
18
QStringList QDeviceDiscoveryDummy::scanConnectedDevices()
19
{
20
return
QStringList();
21
}
22
23
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
qtbase
src
platformsupport
devicediscovery
qdevicediscovery_dummy.cpp
Generated on Mon Mar 10 2025 00:43:47 for Qt by
1.13.2