KItinerary

brand.cpp
1/*
2 SPDX-FileCopyrightText: 2018 Benjamin Port <benjamin.port@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "brand.h"
8#include "datatypes_p.h"
9
10using namespace KItinerary;
11
12namespace KItinerary {
13
14class BrandPrivate : public QSharedData
15{
16public:
17 QString name;
18};
19
20KITINERARY_MAKE_CLASS(Brand)
21KITINERARY_MAKE_PROPERTY(Brand, QString, name, setName)
22KITINERARY_MAKE_OPERATOR(Brand)
23
24}
25
26#include "moc_brand.cpp"
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 Fri Oct 11 2024 12:14:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.