libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
keyimport.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Tobias Fella <tobias.fella@kde.org>
2// SPDX-License-Identifier: LGPL-2.0-or-later
3
4#pragma once
5
6#include <QObject>
7
8#include "expected.h"
10
11class TestKeyImport;
12
13namespace Quotient
14{
15class Connection;
16}
17
18namespace Quotient
19{
20
22{
24
25public:
26 enum Error {
31 };
33
34 using QObject::QObject;
35
39
40 friend class ::TestKeyImport;
41private:
44};
45
46}
#define QUOTIENT_API