File indexing completed on 2024-05-19 05:00:39

0001 /*
0002  * SPDX-FileCopyrightText: 2020 David Barchiesi <david@barchie.si>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 #ifndef GDRIVEUDSENTRY_H
0008 #define GDRIVEUDSENTRY_H
0009 
0010 #include <KIO/UDSEntry>
0011 
0012 enum GDriveUDSEntryExtras {
0013     Url = KIO::UDSEntry::UDS_EXTRA,
0014     Id,
0015     Md5,
0016     Owners,
0017     Version,
0018     LastModifyingUser,
0019     Description,
0020     SharedWithMeDate,
0021 };
0022 
0023 #endif // GDRIVEUDSENTRY_H