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
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// Qt-Security score:significant reason:default
4
5#ifndef QPLACECATEGORIESREPLYOSM_H
6#define QPLACECATEGORIESREPLYOSM_H
7
8#include <QtLocation/QPlaceReply>
9
10QT_BEGIN_NAMESPACE
11
12class QPlaceCategoriesReplyOsm : public QPlaceReply
13{
14 Q_OBJECT
15
16public:
17 explicit QPlaceCategoriesReplyOsm(QObject *parent = nullptr);
18 ~QPlaceCategoriesReplyOsm();
19
20 void emitFinished();
21 void setError(QPlaceReply::Error errorCode, const QString &errorString);
22};
23
25
26#endif // QPLACECATEGORIESREPLYOSM_H
QObject * parent
Definition qobject.h:74
\inmodule QtCore
Definition qobject.h:106
Combined button and popup list for selecting options.