File indexing completed on 2024-12-08 04:33:10
0001 /* 0002 SPDX-FileCopyrightText: 2024 Laurent Montel <montel.org> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 #pragma once 0007 #include "libruqola_private_export.h" 0008 #include <QObject> 0009 0010 class LIBRUQOLACORE_TESTS_EXPORT EncryptionUtils : public QObject 0011 { 0012 Q_OBJECT 0013 public: 0014 explicit EncryptionUtils(QObject *parent = nullptr); 0015 ~EncryptionUtils() override; 0016 };