File: gdrive_udsentry.h

package info (click to toggle)
kio-gdrive 20.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: cpp: 2,288; xml: 159; makefile: 3; sh: 1
file content (23 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * SPDX-FileCopyrightText: 2020 David Barchiesi <david@barchie.si>
 *
 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 */


#ifndef GDRIVEUDSENTRY_H
#define GDRIVEUDSENTRY_H

#include <KIO/UDSEntry>

enum GDriveUDSEntryExtras {
    Url = KIO::UDSEntry::UDS_EXTRA,
    Id,
    Md5,
    Owners,
    Version,
    LastModifyingUser,
    Description
};

#endif // GDRIVEUDSENTRY_H