diff options
author | Tobias Fella <fella@posteo.de> | 2022-09-10 13:50:13 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-09-10 14:21:07 +0200 |
commit | fa34778cc377ab98a0b8f3944063e426c73a3941 (patch) | |
tree | 58812471c038d9df72f13ce201fe89260e49a0a5 /autotests/testkeyverification.h | |
parent | 83746abdf677f573287be2c93d2ad12b1aa84b3f (diff) | |
download | libquotient-fa34778cc377ab98a0b8f3944063e426c73a3941.tar.gz libquotient-fa34778cc377ab98a0b8f3944063e426c73a3941.zip |
Remove header for keyverificationtest
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(); - -}; - |