Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qdnslookup_dummy.cpp
Go to the documentation of this file.
1
// Copyright (C) 2012 Collabora Ltd, author <robin.burchell@collabora.co.uk>
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 "
qdnslookup_p.h
"
5
6
QT_BEGIN_NAMESPACE
7
8
void
QDnsLookupRunnable::query(
QDnsLookupReply
*
reply
)
9
{
10
reply
->
error
=
QDnsLookup::ResolverError
;
11
reply
->
errorString
=
tr
(
"Not yet supported on this OS"
);
12
return
;
13
}
14
15
QT_END_NAMESPACE
QDnsLookupReply
Definition
qdnslookup_p.h:43
QDnsLookup::ResolverError
@ ResolverError
Definition
qdnslookup.h:156
QIODevice::errorString
QString errorString() const
Returns a human-readable description of the last device error that occurred.
Definition
qiodevice.cpp:2127
QNetworkReply::error
NetworkError error() const
Returns the error that was found during the processing of this request.
Definition
qnetworkreply.cpp:554
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qdnslookup_p.h
tr
#define tr(X)
Definition
qtemporaryfile.cpp:21
reply
QNetworkReply * reply
Definition
src_network_access_qhttpmultipart.cpp:26
qtbase
src
network
kernel
qdnslookup_dummy.cpp
Generated by
1.9.7