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
10
QT_BEGIN_NAMESPACE
11
12
class
QPlaceCategoriesReplyOsm :
public
QPlaceReply
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
QPlaceCategoriesReplyOsm(QObject *parent =
nullptr
);
18
~QPlaceCategoriesReplyOsm();
19
20
void
emitFinished();
21
void
setError(QPlaceReply::Error errorCode,
const
QString &errorString);
22
};
23
24
QT_END_NAMESPACE
25
26
#
endif
// QPLACECATEGORIESREPLYOSM_H
QObjectData::parent
QObject * parent
Definition
qobject.h:74
QObject
\inmodule QtCore
Definition
qobject.h:106
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtlocation
src
plugins
geoservices
osm
qplacecategoriesreplyosm.h
Generated on
for Qt by
1.16.1