Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
7
8void QDnsLookupRunnable::query(QDnsLookupReply *reply)
9{
11 reply->errorString = tr("Not yet supported on this OS");
12 return;
13}
14
QString errorString() const
Returns a human-readable description of the last device error that occurred.
NetworkError error() const
Returns the error that was found during the processing of this request.
Combined button and popup list for selecting options.
#define tr(X)
QNetworkReply * reply