aboutsummaryrefslogtreecommitdiff
path: root/autotests/testkeyverification.h
blob: 28e00e11eb9f21acf67e1df12957fae384c0bb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-FileCopyrightText: 2022 Tobias Fella <fella@posteo.de>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#pragma once

#include <QTest>
#include "testutils.h"

class TestKeyVerificationSession : public QObject
{
    Q_OBJECT

private Q_SLOTS:
    void testVerification();

};