Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qplacecategoriesreplymapbox.h
Go to the documentation of this file.
1// Copyright (C) 2017 Mapbox, Inc.
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 QPLACECATEGORIESREPLYMAPBOX_H
5#define QPLACECATEGORIESREPLYMAPBOX_H
6
7#include <QtLocation/QPlaceReply>
8
10
12{
14
15public:
16 explicit QPlaceCategoriesReplyMapbox(QObject *parent = nullptr);
18
19public slots:
20 void finish();
21 void setError(QPlaceReply::Error errorCode, const QString &errorString);
22};
23
25
26#endif // QPLACECATEGORIESREPLYMAPBOX_H
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
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:127
Combined button and popup list for selecting options.
#define Q_OBJECT
#define slots