aboutsummaryrefslogtreecommitdiff
path: root/autotests/testfilecrypto.h
blob: 9096a8c750f4482e30734cb6899856646e81f704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: 2022 Tobias Fella <fella@posteo.de>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include <QtTest/QtTest>

class TestFileCrypto : public QObject
{
    Q_OBJECT
private Q_SLOTS:
    void encryptDecryptData();
};