summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qplacecategoriesreplyosm.h
blob: 4bf40e9633d7750eb591bf1ef5014df9d47763a3 (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) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QPLACECATEGORIESREPLYOSM_H
#define QPLACECATEGORIESREPLYOSM_H

#include <QtLocation/QPlaceReply>

QT_BEGIN_NAMESPACE

class QPlaceCategoriesReplyOsm : public QPlaceReply
{
    Q_OBJECT

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

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

QT_END_NAMESPACE

#endif // QPLACECATEGORIESREPLYOSM_H