summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/placesv2/qplacecategoriesreplyhere.h
blob: 65262416ca2608af929e541a63f8d0c251c9e462 (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
27
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QPLACECATEGORIESREPLYHERE_H
#define QPLACECATEGORIESREPLYHERE_H

#include <QtLocation/QPlaceReply>

QT_BEGIN_NAMESPACE

class QPlaceCategoriesReplyHere : public QPlaceReply
{
    Q_OBJECT

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

    void emitFinished();

private slots:
    void setError(QPlaceReply::Error error_, const QString &errorString);
};

QT_END_NAMESPACE

#endif // QPLACECATEGORIESREPLYHERE_H