KItinerary

brand.h
1/*
2 SPDX-FileCopyrightText: 2018 Benjamin Port <benjamin.port@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kitinerary_export.h"
10#include "datatypes.h"
11
12namespace KItinerary {
13
14class BrandPrivate;
15
16/** A brand
17 * @see https://schema.org/Brand
18 */
19class KITINERARY_EXPORT Brand
20{
21 KITINERARY_GADGET(Brand)
22 KITINERARY_PROPERTY(QString, name, setName)
23
24private:
26};
27
28}
29
30Q_DECLARE_METATYPE(KItinerary::Brand)
31
A brand.
Definition brand.h:20
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:48 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.