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
qplacecategoriesreplyosm.h
Go to the documentation of this file.
1// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QPLACECATEGORIESREPLYOSM_H
5#define QPLACECATEGORIESREPLYOSM_H
6
7#include <QtLocation/QPlaceReply>
8
10
12{
14
15public:
16 explicit QPlaceCategoriesReplyOsm(QObject *parent = nullptr);
18
19 void emitFinished();
20 void setError(QPlaceReply::Error errorCode, const QString &errorString);
21};
22
24
25#endif // QPLACECATEGORIESREPLYOSM_H
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
QPlaceCategoriesReplyOsm(QObject *parent=nullptr)
void setError(QPlaceReply::Error errorCode, const QString &errorString)
\inmodule QtLocation
Definition qplacereply.h:15
Error
Describes an error which occurred during an operation.
Definition qplacereply.h:18
QString errorString() const
Returns the error string of the reply.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
#define Q_OBJECT