18 Private(
const Private &other) =
default;
34 , d(new Private(*(other.d.get())))
40bool TaskList::operator==(
const TaskList &other)
const
42 if (!Object::operator==(other)) {
46 if (d->uid != other.d->uid) {
47 qCDebug(KGAPIDebug) <<
"UIDs don't match";
51 if (d->title != other.d->title) {
52 qCDebug(KGAPIDebug) <<
"Titles don't match";
Base class for all objects.
Represents a tasklist for Google Tasks service.
void setTitle(const QString &title)
Sets tasklist name.
void setSelfLink(const QString &selfLink)
Sets tasklist selfLink.
QString updated() const
Returns tasklist updated.
~TaskList() override
Destructor.
QString uid() const
Returns tasklist UID.
QString title() const
Returns tasklist title.
void setUpdated(const QString &updated)
Sets tasklist updated.
void setUid(const QString &uid)
Sets tasklist UID.
QString selfLink() const
Returns tasklist selfLink.
A job to fetch a single map tile described by a StaticMapUrl.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.