summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/placecategoriesreply_esri.h
blob: 26384fc81c280b76b58ea2553833f7614e240bed (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
// Copyright (C) 2013-2018 Esri <contracts@esri.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef PLACECATEGORIESREPLYESRI_H
#define PLACECATEGORIESREPLYESRI_H

#include <QtLocation/QPlaceReply>

QT_BEGIN_NAMESPACE

class PlaceCategoriesReplyEsri : public QPlaceReply
{
    Q_OBJECT

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

    void emitFinished();
    void setError(QPlaceReply::Error errorCode, const QString &errorString);
};

QT_END_NAMESPACE

#endif // PLACECATEGORIESREPLYESRI_H