14class Q_DECL_HIDDEN
Task::Private
18 Private(
const Private &other) =
default;
33 , d(new Private(*(other.d.get())))
46bool Task::operator==(
const Task &other)
const
48 if (!Object::operator==(other)) {
49 qCDebug(KGAPIDebug) <<
"Objects don't match";
52 if (!Todo::operator==(other)) {
53 qCDebug(KGAPIDebug) <<
"Todos don't match";
56 if (d->deleted != other.d->deleted) {
57 qCDebug(KGAPIDebug) <<
"Deleted does not match";
Base class for all objects.
Represents a single task (or todo)
void setDeleted(bool deleted)
Sets whether the task has been deleted.
bool deleted() const
Returns whether the task has been deleted.
~Task() override
Destructor.
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.