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 "expected.h" // Only here to not break client code still using Expected
8
9#include <QtCore/QObject>
10#include <QtQmlIntegration/qqmlintegration.h>
11
12class TestKeyImport;
13
14namespace Quotient
15{
16class Connection;
17}
18
19namespace Quotient
20{
21
23{
27
28public:
29 enum Error {
34 };
36
37 using QObject::QObject;
38
43
44 friend class ::TestKeyImport;
45
46private:
49};
50
51}
#define QUOTIENT_API