From fa34778cc377ab98a0b8f3944063e426c73a3941 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 10 Sep 2022 13:50:13 +0200 Subject: Remove header for keyverificationtest --- autotests/testkeyverification.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 autotests/testkeyverification.h (limited to 'autotests/testkeyverification.h') 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 -// -// SPDX-License-Identifier: LGPL-2.1-or-later - -#pragma once - -#include -#include "testutils.h" - -class TestKeyVerificationSession : public QObject -{ - Q_OBJECT - -private Q_SLOTS: - void testVerification(); - -}; - -- cgit v1.2.3