File: drivetestutils.h

package info (click to toggle)
libkgapi5 22.12.3-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,452 kB
  • sloc: cpp: 29,921; ansic: 979; xml: 142; makefile: 18; sh: 1
file content (15 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
 *
 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
 */

#pragma once

#include "types.h"

KGAPI2::Drive::AboutPtr aboutFromFile(const QString &path);
KGAPI2::Drive::ChangePtr changeFromFile(const QString &path);
KGAPI2::Drive::FilePtr fileFromFile(const QString &path);
KGAPI2::Drive::DrivesPtr drivesFromFile(const QString &path);
KGAPI2::Drive::TeamdrivePtr teamdriveFromFile(const QString &path);