diff options
Diffstat (limited to 'autotests/testkeyverification.h')
-rw-r--r-- | autotests/testkeyverification.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/autotests/testkeyverification.h b/autotests/testkeyverification.h deleted file mode 100644 index 28e00e11..00000000 --- a/autotests/testkeyverification.h +++ /dev/null @@ -1,18 +0,0 @@ -// 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(); - -}; - |