summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qplacecategoriesreplymapbox.h
blob: b6f859ea7f3e15329ddc3ce83c6173152c65b195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright (C) 2017 Mapbox, Inc.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QPLACECATEGORIESREPLYMAPBOX_H
#define QPLACECATEGORIESREPLYMAPBOX_H

#include <QtLocation/QPlaceReply>

QT_BEGIN_NAMESPACE

class QPlaceCategoriesReplyMapbox : public QPlaceReply
{
    Q_OBJECT

public:
    explicit QPlaceCategoriesReplyMapbox(QObject *parent = nullptr);
    ~QPlaceCategoriesReplyMapbox();

public slots:
    void finish();
    void setError(QPlaceReply::Error errorCode, const QString &errorString);
};

QT_END_NAMESPACE

#endif // QPLACECATEGORIESREPLYMAPBOX_H