Kgapi

latitude.h
1/*
2 SPDX-FileCopyrightText: 2014 Daniel Vrátil <dvratil@redhat.com>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#pragma once
8
9#include <QObject>
10
11#include "kgapilatitude_export.h"
12
13namespace KGAPI2
14{
15
16/**
17 * @brief A Helper QObject
18 */
19class KGAPILATITUDE_DEPRECATED_EXPORT Latitude : public QObject
20{
21 Q_OBJECT
22
23public:
24 enum Granularity { City, Best };
25 Q_ENUM(Granularity)
26};
27
28} // namespace KGAPI2
A Helper QObject.
Definition latitude.h:20
A job to fetch a single map tile described by a StaticMapUrl.
Definition blog.h:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.