Kgapi
9#include "kgapidrive_export.h"
36 explicit Change(
const Change &other);
38 bool operator==(
const Change &other)
const;
39 bool operator!=(
const Change &other)
const
41 return !operator==(other);
47 [[nodiscard]] qlonglong
id()
const;
62 [[nodiscard]]
bool deleted()
const;
69 [[nodiscard]] FilePtr
file()
const;
71 static ChangePtr fromJSON(
const QByteArray &jsonData);
QString fileId() const
Returns the id of the file associated with this change.
bool deleted() const
Returns whether this file has been deleted.
qlonglong id() const
Returns the id of the change.
FilePtr file() const
Returns the updated state of the file.
QUrl selfLink() const
Returns a link back to this change.
Structure to store additional information about a feed.
Base class for all objects.
A job to fetch a single map tile described by a StaticMapUrl.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:23 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.